Shades of Royal Heath #AF4E72
Tints of Royal Heath #AF4E72
RGB
CMYK
RGB Variations
Color information
#AF4E72 (or 0xAF4E72) is known color: Royal Heath. HEX triplet: AF, 4E and 72. RGB value is (175,78,114). Sum of RGB (Red+Green+Blue) = 175+78+114=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E72 is #50B18D. Grayscale: #6F6F6F. Windows color (decimal): -5288334 or 7491247. OLE color: 7491247.
HSL color Cylindrical-coordinate representation of color #AF4E72: hue angle of 337.73º 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 #AF4E72 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 114 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.31 |
| HSL | 337.73º | 0.38% | 0.5% | - |
| HSV(B) | 337.73º | 0.55% | 0.69% | - |
| XYZ | 23.44 | 15.78 | 17.73 | - |
| YUV | 111.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 114 | 0 | 0.55 | 0.35 | 0.31 | 337.73 | 0.38 | 0.5 |
| Hex | AF | 4E | 72 | 0 | 37 | 23 | 1F | 152 | 26 | 32 |
| Octal | 257 | 116 | 162 | 0 | 67 | 43 | 37 | 522 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1110010 | 0 | 110111 | 100011 | 11111 | 101010010 | 100110 | 110010 |
Color Harmonies of #AF4E72
Complementary color
Monochromatic Colors of #AF4E72
Black with #AF4E72
Text Example
Text Example
White with #AF4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E72; }
p { color: rgb(175,78,114); }
H1.HeaderClassName
{
color: #AF4E72;
}
.AnyTagClassName
{
color: #AF4E72;
}
</style>
background-color css
<style>
a { background-color: #AF4E72; }
a { background-color: rgb(175,78,114); }
div.DivClassName
{
background-color: #AF4E72;
}
.BgClassName
{
background-color: #AF4E72;
}
</style>
border-color css
<style>
span { border-color: #AF4E72; }
span { border-color: rgb(175,78,114); }
td.TdClassName
{
border-color: #AF4E72;
}
.TagClassName
{
border-color: #AF4E72;
}
</style>