Shades of Royal Heath #AF4F77
Tints of Royal Heath #AF4F77
RGB
CMYK
RGB Variations
Color information
#AF4F77 (or 0xAF4F77) is known color: Royal Heath. HEX triplet: AF, 4F and 77. RGB value is (175,79,119). Sum of RGB (Red+Green+Blue) = 175+79+119=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F77 is #50B088. Grayscale: #707070. Windows color (decimal): -5288073 or 7819183. OLE color: 7819183.
HSL color Cylindrical-coordinate representation of color #AF4F77: hue angle of 335º 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 #AF4F77 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 119 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.31 |
| HSL | 335º | 0.38% | 0.5% | - |
| HSV(B) | 335º | 0.55% | 0.69% | - |
| XYZ | 23.8 | 16.04 | 19.29 | - |
| YUV | 112.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 119 | 0 | 0.55 | 0.32 | 0.31 | 335 | 0.38 | 0.5 |
| Hex | AF | 4F | 77 | 0 | 37 | 20 | 1F | 14F | 26 | 32 |
| Octal | 257 | 117 | 167 | 0 | 67 | 40 | 37 | 517 | 46 | 62 |
| Binary | 10101111 | 1001111 | 1110111 | 0 | 110111 | 100000 | 11111 | 101001111 | 100110 | 110010 |
Color Harmonies of #AF4F77
Complementary color
Monochromatic Colors of #AF4F77
Black with #AF4F77
Text Example
Text Example
White with #AF4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F77; }
p { color: rgb(175,79,119); }
H1.HeaderClassName
{
color: #AF4F77;
}
.AnyTagClassName
{
color: #AF4F77;
}
</style>
background-color css
<style>
a { background-color: #AF4F77; }
a { background-color: rgb(175,79,119); }
div.DivClassName
{
background-color: #AF4F77;
}
.BgClassName
{
background-color: #AF4F77;
}
</style>
border-color css
<style>
span { border-color: #AF4F77; }
span { border-color: rgb(175,79,119); }
td.TdClassName
{
border-color: #AF4F77;
}
.TagClassName
{
border-color: #AF4F77;
}
</style>