Shades of Royal Heath #AA4278
Tints of Royal Heath #AA4278
RGB
CMYK
RGB Variations
Color information
#AA4278 (or 0xAA4278) is known color: Royal Heath. HEX triplet: AA, 42 and 78. RGB value is (170,66,120). Sum of RGB (Red+Green+Blue) = 170+66+120=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4278 is #55BD87. Grayscale: #676767. Windows color (decimal): -5619080 or 7881386. OLE color: 7881386.
HSL color Cylindrical-coordinate representation of color #AA4278: hue angle of 328.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4278 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 120 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.33 |
| HSL | 328.85º | 0.44% | 0.46% | - |
| HSV(B) | 328.85º | 0.61% | 0.67% | - |
| XYZ | 21.92 | 13.8 | 19.28 | - |
| YUV | 103.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 120 | 0 | 0.61 | 0.29 | 0.33 | 328.85 | 0.44 | 0.46 |
| Hex | AA | 42 | 78 | 0 | 3D | 1D | 21 | 149 | 2C | 2E |
| Octal | 252 | 102 | 170 | 0 | 75 | 35 | 41 | 511 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1111000 | 0 | 111101 | 11101 | 100001 | 101001001 | 101100 | 101110 |
Color Harmonies of #AA4278
Complementary color
Monochromatic Colors of #AA4278
Black with #AA4278
Text Example
Text Example
White with #AA4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4278; }
p { color: rgb(170,66,120); }
H1.HeaderClassName
{
color: #AA4278;
}
.AnyTagClassName
{
color: #AA4278;
}
</style>
background-color css
<style>
a { background-color: #AA4278; }
a { background-color: rgb(170,66,120); }
div.DivClassName
{
background-color: #AA4278;
}
.BgClassName
{
background-color: #AA4278;
}
</style>
border-color css
<style>
span { border-color: #AA4278; }
span { border-color: rgb(170,66,120); }
td.TdClassName
{
border-color: #AA4278;
}
.TagClassName
{
border-color: #AA4278;
}
</style>