Shades of Royal Heath #AA4E72
Tints of Royal Heath #AA4E72
RGB
CMYK
RGB Variations
Color information
#AA4E72 (or 0xAA4E72) is known color: Royal Heath. HEX triplet: AA, 4E and 72. RGB value is (170,78,114). Sum of RGB (Red+Green+Blue) = 170+78+114=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E72 is #55B18D. Grayscale: #6D6D6D. Windows color (decimal): -5616014 or 7491242. OLE color: 7491242.
HSL color Cylindrical-coordinate representation of color #AA4E72: hue angle of 336.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E72 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 114 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.33 |
| HSL | 336.52º | 0.37% | 0.49% | - |
| HSV(B) | 336.52º | 0.54% | 0.67% | - |
| XYZ | 22.34 | 15.21 | 17.68 | - |
| YUV | 109.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 114 | 0 | 0.54 | 0.33 | 0.33 | 336.52 | 0.37 | 0.49 |
| Hex | AA | 4E | 72 | 0 | 36 | 21 | 21 | 151 | 25 | 31 |
| Octal | 252 | 116 | 162 | 0 | 66 | 41 | 41 | 521 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1110010 | 0 | 110110 | 100001 | 100001 | 101010001 | 100101 | 110001 |
Color Harmonies of #AA4E72
Complementary color
Monochromatic Colors of #AA4E72
Black with #AA4E72
Text Example
Text Example
White with #AA4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E72; }
p { color: rgb(170,78,114); }
H1.HeaderClassName
{
color: #AA4E72;
}
.AnyTagClassName
{
color: #AA4E72;
}
</style>
background-color css
<style>
a { background-color: #AA4E72; }
a { background-color: rgb(170,78,114); }
div.DivClassName
{
background-color: #AA4E72;
}
.BgClassName
{
background-color: #AA4E72;
}
</style>
border-color css
<style>
span { border-color: #AA4E72; }
span { border-color: rgb(170,78,114); }
td.TdClassName
{
border-color: #AA4E72;
}
.TagClassName
{
border-color: #AA4E72;
}
</style>