The complementary color rule

Hello.
I have been using your application and I realize that the rules you use to find the complementary color is different from the rule that I know and that she finds everywhere that I was looking for.
I have been using the base FF00FF color (rgb: 255,0,255; hsv:300, 100, 100), and the complementary color of your set of rules is 59FF00 (RGB: 89, 255, 0, hsv: 99,100,100). The rule for the complementary color in HEXADECIMAL is FFFFFF - FF00FF which means 00FF00. The rule in the HSV for the complementary color adds 180 to the tint if the hue is less than 180, or subtract 180 if the tint is greater than 180, which means that the complementary color's hsv: 120,100,100. 00FF00 is the same color with 120,100,100.
Is there something I have missed?
I really don't expect a response from you guys.

Hi, I asked for a special guest, our guru of color, to answer your question of HSV/HSB.

The reason that the hue of the HSV color model number does not match the angle of the wheel is that kuler uses a red-yellow-blue color wheel. This wheel fits the color wheel that many artists know where red/green, blue, orange and magenta/yellow are compliments. This wheel has been invented by Johannes Itten, a theoretician of color and art Switzerland. The color wheel does not correspond with different types of color receptors in the human eye and reflects rather how pigments are mixed by painting. Addition of complement of a color with the color wheel Cup.

Here are a few references with more information:
http://realcolorwheel.com/othercolorwheel.htm
http://www.Color-Wheel-Pro.com/color-wheel-types.html
http://en.Wikipedia.org/wiki/RYB_color_model

That's why complementary colours are not apart to HSB 180 degrees outside (where hue angle =). The distribution of Hue on the wheel is a different than a pure hue to the mapping of angle. This mapping is the color wheel RYB (red, yellow, blue) instead of the RGB color wheel.

Tags: Adobe Capture

Similar Questions

  • How can I change the background color under Windows 7 64-bit

    How to get the background color of the screen to change.  I went through the customization of themes and custom colors that changed some screens, but not all.  I've recently updated to XP and I find it frustrating.  For example, when you use ITunes, my desktop background is white which is difficult to focus on for long periods of time.  On my XP machine, I was able to change the background of a light gray.  Help, please.

    In fact it's not Windows, it's iTunes.  The latest version is very white (and very hard on the eyes).  It seems just as bad on XP, you probably just the previous version of iTunes before you upgrade.  Unfortunately, Apple is the only one who can change - it program iTunes, and they do not meet the standard rules of "respect the choice of the users!

    If this was helpful, please vote. If it solves the problem, please click on propose as answer. Thank you!

  • Change the background color of the banner in the theme of the APEX 25

    Hi guys,.

    I'm changing the background color of the banner in the theme of the APEX 25 (in white).

    Oracle.apex.com: Application Express 4.2.5.00.08

    Theme/UI: 25. Reactive blue

    Page template: A level Tabs - no side bar

    Using Internet Explorer 8
    I have created a sample in oracle.apex.com too, see below for credentials

    What I've done so far:

    1. create a file named orange.css with a single line:


    hgroup {background: white ;}}


    Downloaded this css file via:

    Components shared = > Cascading Style sheets

    2 then reference this CSS via the shared components = > templates = > edit the template Page = > a level Tabs - No. Sidebar = > definition = > header

    Added this line before the < / head > tag:

    < link rel = "stylesheet" href = "" #WORKSPACE_IMAGES #orange.css "type =" text/css">"

    Then changed:

    < h1 > < a href = "" #HOME_LINK # "id ="uLogo"> #LOGO # < /a > < / h1 >"

    VOX

    < hgroup > < a href = "" #HOME_LINK # "id ="uLogo"> #LOGO # < /a > < / hgroup >"

    Although the CSS works well, I have two questions:

    1. the sides of the banner are blue instead of white

    2. the disconnect next to the user name button is hidden and only appears when you browse on

    Does anyone know how to solve these problems?

    Here is a link with the model of the application:

    https://Apex.Oracle.com/pls/Apex/f?p=4500:1000:115959518208631

    Workspace: ORANGE

    User: guest

    Password: 01range

    My email: [email protected]

    Much appreciated!

    Jeroen van Meenen wrote:

    Then changed:

    VOX

    You should not use hgroup here. Leave that as a h1 element.

    • hgrouphas been removed from the W3C HTML specification.
    • With the help of hgroup of this way is non-compliant because it does not contain at least one child h1-h6 element.

    Although the CSS works well, I have two questions:

    1. the sides of the banner are blue instead of white

    The original blue background of the theme is actually applied to the containing header element, not the h1 (or hgroup in your example), it is the rule that must be overridden:

    header#uHeader {
      background: #fff;
    }
    

    2. the disconnect next to the user name button is hidden and only appears when you browse on

    The link to logout of the theme is white to contrast with the original blue background. What should be replaced by a dark to be visible on the new white foreground color, and a contrasting hover appearance applied:

    div.userBlock a:link,
    div.userBlock a:visited {
      color: #004F7C;
    }
    div.userBlock a:hover {
      background-color: #b6ceed;
      color: #fff;
    }
    
  • Is it possible to have the text be the opposite color of what's behind all this? Muse

    I use Adobe Muse.

    I am currently having the black text on a rectangle transition white to white text on a black rectangle. I hope to have just the color to be opposite of what is behind all this. For example, when you scroll to the bottom, black is shot like a curtain using Parallax scrolling, but I want to be white in front of the curtain and the black on the background when you scroll text.

    Screen Shot 2015-06-02 at 6.42.48 PM.png

    Screen Shot 2015-06-02 at 6.48.12 PM.png

    Blend modes are not part of the current CSS specification. They are developing and many browsers already come with at least partially, but this does not mean that they are safe to use. Anyway, given that the Muse only supports things officially standardized, you need to change the respective CSS rules and include background mix attributes and all after publication / including manual HTML manually. There is also jQuery stuff there that simulates by dynamically adjusting the colors, but naturally it would have the limitation of only operating on a 'box', that is to say a whole word or letter, not per pixel. For the time that it is better to look at other ways to do it. To using a background black uniform on the entire width of the page and make the white text to separate the menu seems simple enough...

    Mylenium

  • Stop to add the background color to div

    On this site http://mabelspralines.com/about.html I want to fix the bg of the container for white on each page and leave the yellow bg outside. (You can see where the bg Graph stops at halfway to the bottom of the page)

    I am helping to review some things for this lady, but I do so much and I'm out of practice with CSS. How to find what item to change? The original designer has an extra bunch of CSS and it seems neither respond to the edition/background-background color

    http://mabelspralines.com/styles/global.CSS

    TIA!

    Set the background color of the #container in white as shown below (I put in the comment / * / current background color and introduce the new rule css after that.)

    .twoColFixLtHdr #container {}

    Width: 800px;

    border: 1px solid #CAACF2;

    margin: 0 auto; / * margins (in conjunction with a width) auto Center the page * /.

    border: 1px solid #CAACF2;

    text-align: left; / * This setting overrides the text-align: center on the body element. */

    / * background-color: #FAF1C6; * /

    background-color: #fff;

    background-repeat: repeat;

    }

    Is that what you want?

  • Is there an easy way to select complementary colors in Photoshop?

    Is there an easy way to select complementary colors in Photoshop?

    Is there a tool like Kuler to Photoshop?

    Kind regards

    Michael

    Learn how to do meditation

    Could you give the details and maybe after a screenshot or model to illustrate the problem?

    Kuler is available in Photoshop CS6.

    Edit: Window > Extensions > Kuler

  • Problem with the link color!

    Ive introduced the link color (red) for each page in page properties, but for a reason that some of the links are displayed in purple. Any ideas why that might be?

    see the following page link color purple:

    http://www.vanessaroberts.co.UK/NAFD.html

    but on this page, it's the right color I put what is in red:

    http://www.vanessaroberts.co.UK/b'support.html

    You see purple as the status of the link by default color "visited."

    Assign your color you want for the status of the "visited" link

    Don't forget to add just before the hover rule

    a: link {}
    color: #9F100B;
    text-decoration: none;
    }
    a: hover {}
    color: #C3A328;
    text-decoration: none;

    }

  • Change the border color of the overview image

    The search for solutions on the web at this problem seems only to show manual changes in the CSS code. I'm looking for the solution of how to proceed in Dreamweaver. Being new development web I want to keep my code run by Dreamweaver rather than beginning to hack the code myself who could create an uncontrollable mess!

    The problem

    ------------------

    I have a developed page which is a gallery of thumbnails.

    When the user clicks on a thumbnail, I want to launch a new window and display the magnified image.

    It's easy to work in Dreamweaver with the behavior Add < window >.

    However, if you use Add-behavior you lose the 'hand' when you move the thumbnail image.

    So as a workaround to lose the 'hand', I would like to change the color of the border of the miniature of the "bubble".

    I have a CSS govern together 'thumbnailBorder' to the top (in a model) that correctly gives a gray px border 3 any thumbnail images with this style is applied.

    The Question

    -------------------

    How can I change the "thumbnailBorder" CSS rule (using Dreamweaver) so that it changes the color of the border when the image is hovered over?

    Thank you very much

    As soon as I remove the link in the field of the Properties tag disappears.

    Of course, so put it back.  You can even simply enter "#" in the link of properties field and press return to do this.  Now you have a link here and use it.

    But tell me again why the first method (which also works) was not working for you?  You simply apply the behavior of Windows OpenBrowser directly to the image.  After clicking on OK, and with the selected image, override you the onclick onclick EVENT behavior.

  • Change the hyperlink color

    I'm working on a page with a left tab of dark green color and a Center page with black text on a white background in Contribute.

    On the left side, the links are in white and the text color is white.  In the Center, I'm trying to insert a link to a document, but when I place the link, the text becomes white and therefore disappears from my page.

    Is there a way to change the color of a hyperlink to a link on the page of the Center, so I can keep black text?

    Any other suggestions Besides changing the colors of links on both sides of the page?

    Any help would be greatly appreciated.

    In my example CSS color codes are some that I put in there. Probably not what you want.

    If you can edit the CSS file, play with numbers until you get what you want.

    Here is a good list of color codes: http://www.computerhope.com/htmcolor.htm

    Dannan05 wrote:

    Unforunately I'm working on a Government Web page and they have strict rules of the design/colors, I am unable to change the background/design and I'm just starting to add some links/documents/etc to a VERY old page that had no current information or documents on this subject.

    Yes, I'm familiar with it. I'm in almost the same situation except that I get to make the decisions.

    So play with the numbers using the chart I linked to (the numbers after the #) and see how it works. In addition, be sure that your web services people know you change the CSS or possibly to see if they can do it for you. We have 30 people this post content using Contribute, but do not give them access to the CSS, but if they need these types of changes, we'll happily do it for them as long as it remains within our style guides.

  • Setting the background color of the element

    How I change the background color of a text element?
    Is there an item property that I can put with an HTML tag?
    If the answer is "Yes", if you please tell me exactly how to set it.
    I can do the same for the bottom of the page?

    Also, is there a web page that allows you to see all the available colors and tells you what the exact code for this color, so you can specify it in an HTML tag?

    And what is the procedure to change all text in the same color of the background of a sudden?

    The following CSS rule to the selected location:

    input[type="text"] {
      background-color: #cf6;
    }
    

    but note that there are [no support for this in IE6 and below | http://reference.sitepoint.com/css/attributeselector].

  • When I turn on my iPhone 6 screen shows only the background color, the icon usage and the reception icon.

    When I turn on my iPhone 6 screen shows only the background color, the icon usage and the reception icon.

    The iPhone's battery is fully charged?  Otherwise, load it, and then try again.

    If it is busy, go in recovery mode as explained here.  You may need to try to get into the mode of recovery once more to succeed.

    If you are unable to update or restore your iPhone, iPad or iPod touch - Apple supports

  • How can I change the background color of the sidebar bookmarks?

    Grayish brown (I think) background color does not work for me. I'm a little color blind and the cursor to highlight the selected tab is not enough for me to easily see contrast. I found how to change all kinds of colors in FF, but not the background color of the bookmarks bar. I would like to change the background may be blank.

    I have it! My eyes thank you very much for your help!

  • When I use firefox now, I don't see with tab I work, they all have the same color (I got like 5 different ones on this subject is difficult).

    I have installated 10 Windows, now all tabs are the same color and I can't see with tab that I work.

    This can change the colors of the tab,

    Restorer Classic theme (Customize Australis) {web link}
    Restore the tabs squared, appmenu, modules, small display bar icons and more on Australis UI (Windows/MacOSX/Linux + Fx 29 +).

    This will restore a lot of things the latest updates brought.

    http://forums.mozillazine.org/viewtopic.php?f=48 & t = 2827985
    Restorer of classic theme - thread (v2)

    [email protected] Classic theme restaurateur - Support E-mail

    Separate the issue;
    Shows details of the system;

    Plug-ins installed

    Adobe Shockwave for Director Netscape plug-in, version 12.0.2.122
    Adobe Shockwave for Director Netscape plug-in, version 12.1

    Having multiple versions of a program can cause problems.
    You must remove older programs. Then download the current full installer.

    Shockwave Director:
    Shockwave Standalone install / Uninstaller {web link}
    Shockwave Director Version 12.1.9.160 http://get.adobe.com/shockwave/

  • Alternate the background color on and off the toolbar

    Hello

    I have a request. I use Firefox regularly and change the background color in the "content" of the preferences section is easier on my eyes. However, on some sites I would like to disable this function, but I have to go to the preferences it off and then turn it back on once I have leave the site.

    Is it possible for you to make a button that can enable this setting and disable the toolbar? That way if I need to see pictures on a site I can click on the button and then click again to turn it off.

    Kind Regards,
    Bobby
    

    See if this extension - https://addons.mozilla.org/en-US/firefox/addon/toolbar-buttons/ - has the functionality you need.
    Support forum for this extension is here - in case you need to do a custom for your function button:
    https://codefisher.org/Forum/2/

  • Is it possible to change the external color of the iPhone?

    I wanted to know if its possible to change the external color of the iPhone. My mother bought a pink iPhone, but she could not get used to it, so she gave it to me, and I want to know if its possible to pass to a rose grey.

    Thank you.

    None

Maybe you are looking for