Shades of Royal Heath #AF5079
Tints of Royal Heath #AF5079
RGB
CMYK
RGB Variations
Color information
#AF5079 (or 0xAF5079) is known color: Royal Heath. HEX triplet: AF, 50 and 79. RGB value is (175,80,121). Sum of RGB (Red+Green+Blue) = 175+80+121=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5079 is #50AF86. Grayscale: #717171. Windows color (decimal): -5287815 or 7950511. OLE color: 7950511.
HSL color Cylindrical-coordinate representation of color #AF5079: hue angle of 334.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5079 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 121 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.31 |
| HSL | 334.11º | 0.37% | 0.5% | - |
| HSV(B) | 334.11º | 0.54% | 0.69% | - |
| XYZ | 24 | 16.23 | 19.96 | - |
| YUV | 113.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 121 | 0 | 0.54 | 0.31 | 0.31 | 334.11 | 0.37 | 0.5 |
| Hex | AF | 50 | 79 | 0 | 36 | 1F | 1F | 14E | 25 | 32 |
| Octal | 257 | 120 | 171 | 0 | 66 | 37 | 37 | 516 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1111001 | 0 | 110110 | 11111 | 11111 | 101001110 | 100101 | 110010 |
Color Harmonies of #AF5079
Complementary color
Monochromatic Colors of #AF5079
Black with #AF5079
Text Example
Text Example
White with #AF5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5079; }
p { color: rgb(175,80,121); }
H1.HeaderClassName
{
color: #AF5079;
}
.AnyTagClassName
{
color: #AF5079;
}
</style>
background-color css
<style>
a { background-color: #AF5079; }
a { background-color: rgb(175,80,121); }
div.DivClassName
{
background-color: #AF5079;
}
.BgClassName
{
background-color: #AF5079;
}
</style>
border-color css
<style>
span { border-color: #AF5079; }
span { border-color: rgb(175,80,121); }
td.TdClassName
{
border-color: #AF5079;
}
.TagClassName
{
border-color: #AF5079;
}
</style>