Shades of Royal Heath #AF4E77
Tints of Royal Heath #AF4E77
RGB
CMYK
RGB Variations
Color information
#AF4E77 (or 0xAF4E77) is known color: Royal Heath. HEX triplet: AF, 4E and 77. RGB value is (175,78,119). Sum of RGB (Red+Green+Blue) = 175+78+119=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E77 is #50B188. Grayscale: #6F6F6F. Windows color (decimal): -5288329 or 7818927. OLE color: 7818927.
HSL color Cylindrical-coordinate representation of color #AF4E77: hue angle of 334.64º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E77 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 119 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.31 |
| HSL | 334.64º | 0.38% | 0.5% | - |
| HSV(B) | 334.64º | 0.55% | 0.69% | - |
| XYZ | 23.73 | 15.89 | 19.27 | - |
| YUV | 111.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 119 | 0 | 0.55 | 0.32 | 0.31 | 334.64 | 0.38 | 0.5 |
| Hex | AF | 4E | 77 | 0 | 37 | 20 | 1F | 14F | 26 | 32 |
| Octal | 257 | 116 | 167 | 0 | 67 | 40 | 37 | 517 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1110111 | 0 | 110111 | 100000 | 11111 | 101001111 | 100110 | 110010 |
Color Harmonies of #AF4E77
Complementary color
Monochromatic Colors of #AF4E77
Black with #AF4E77
Text Example
Text Example
White with #AF4E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E77; }
p { color: rgb(175,78,119); }
H1.HeaderClassName
{
color: #AF4E77;
}
.AnyTagClassName
{
color: #AF4E77;
}
</style>
background-color css
<style>
a { background-color: #AF4E77; }
a { background-color: rgb(175,78,119); }
div.DivClassName
{
background-color: #AF4E77;
}
.BgClassName
{
background-color: #AF4E77;
}
</style>
border-color css
<style>
span { border-color: #AF4E77; }
span { border-color: rgb(175,78,119); }
td.TdClassName
{
border-color: #AF4E77;
}
.TagClassName
{
border-color: #AF4E77;
}
</style>