Shades of Royal Heath #AF5976
Tints of Royal Heath #AF5976
RGB
CMYK
RGB Variations
Color information
#AF5976 (or 0xAF5976) is known color: Royal Heath. HEX triplet: AF, 59 and 76. RGB value is (175,89,118). Sum of RGB (Red+Green+Blue) = 175+89+118=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5976 is #50A689. Grayscale: #757575. Windows color (decimal): -5285514 or 7756207. OLE color: 7756207.
HSL color Cylindrical-coordinate representation of color #AF5976: hue angle of 339.77º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5976 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 118 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.31 |
| HSL | 339.77º | 0.35% | 0.52% | - |
| HSV(B) | 339.77º | 0.49% | 0.69% | - |
| XYZ | 24.52 | 17.57 | 19.24 | - |
| YUV | 118.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 118 | 0 | 0.49 | 0.33 | 0.31 | 339.77 | 0.35 | 0.52 |
| Hex | AF | 59 | 76 | 0 | 31 | 21 | 1F | 154 | 23 | 34 |
| Octal | 257 | 131 | 166 | 0 | 61 | 41 | 37 | 524 | 43 | 64 |
| Binary | 10101111 | 1011001 | 1110110 | 0 | 110001 | 100001 | 11111 | 101010100 | 100011 | 110100 |
Color Harmonies of #AF5976
Complementary color
Monochromatic Colors of #AF5976
Black with #AF5976
Text Example
Text Example
White with #AF5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5976; }
p { color: rgb(175,89,118); }
H1.HeaderClassName
{
color: #AF5976;
}
.AnyTagClassName
{
color: #AF5976;
}
</style>
background-color css
<style>
a { background-color: #AF5976; }
a { background-color: rgb(175,89,118); }
div.DivClassName
{
background-color: #AF5976;
}
.BgClassName
{
background-color: #AF5976;
}
</style>
border-color css
<style>
span { border-color: #AF5976; }
span { border-color: rgb(175,89,118); }
td.TdClassName
{
border-color: #AF5976;
}
.TagClassName
{
border-color: #AF5976;
}
</style>