Shades of Royal Heath #AA4472
Tints of Royal Heath #AA4472
RGB
CMYK
RGB Variations
Color information
#AA4472 (or 0xAA4472) is known color: Royal Heath. HEX triplet: AA, 44 and 72. RGB value is (170,68,114). Sum of RGB (Red+Green+Blue) = 170+68+114=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4472 is #55BB8D. Grayscale: #676767. Windows color (decimal): -5618574 or 7488682. OLE color: 7488682.
HSL color Cylindrical-coordinate representation of color #AA4472: hue angle of 332.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4472 is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 114 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.33 |
| HSL | 332.94º | 0.43% | 0.47% | - |
| HSV(B) | 332.94º | 0.6% | 0.67% | - |
| XYZ | 21.68 | 13.9 | 17.46 | - |
| YUV | 103.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 114 | 0 | 0.6 | 0.33 | 0.33 | 332.94 | 0.43 | 0.47 |
| Hex | AA | 44 | 72 | 0 | 3C | 21 | 21 | 14D | 2B | 2F |
| Octal | 252 | 104 | 162 | 0 | 74 | 41 | 41 | 515 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1110010 | 0 | 111100 | 100001 | 100001 | 101001101 | 101011 | 101111 |
Color Harmonies of #AA4472
Complementary color
Monochromatic Colors of #AA4472
Black with #AA4472
Text Example
Text Example
White with #AA4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4472; }
p { color: rgb(170,68,114); }
H1.HeaderClassName
{
color: #AA4472;
}
.AnyTagClassName
{
color: #AA4472;
}
</style>
background-color css
<style>
a { background-color: #AA4472; }
a { background-color: rgb(170,68,114); }
div.DivClassName
{
background-color: #AA4472;
}
.BgClassName
{
background-color: #AA4472;
}
</style>
border-color css
<style>
span { border-color: #AA4472; }
span { border-color: rgb(170,68,114); }
td.TdClassName
{
border-color: #AA4472;
}
.TagClassName
{
border-color: #AA4472;
}
</style>