Shades of Royal Heath #AA4A79
Tints of Royal Heath #AA4A79
RGB
CMYK
RGB Variations
Color information
#AA4A79 (or 0xAA4A79) is known color: Royal Heath. HEX triplet: AA, 4A and 79. RGB value is (170,74,121). Sum of RGB (Red+Green+Blue) = 170+74+121=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A79 is #55B586. Grayscale: #6B6B6B. Windows color (decimal): -5617031 or 7948970. OLE color: 7948970.
HSL color Cylindrical-coordinate representation of color #AA4A79: hue angle of 330.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A79 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 121 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.33 |
| HSL | 330.63º | 0.39% | 0.48% | - |
| HSV(B) | 330.63º | 0.56% | 0.67% | - |
| XYZ | 22.48 | 14.82 | 19.77 | - |
| YUV | 108.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 121 | 0 | 0.56 | 0.29 | 0.33 | 330.63 | 0.39 | 0.48 |
| Hex | AA | 4A | 79 | 0 | 38 | 1D | 21 | 14B | 27 | 30 |
| Octal | 252 | 112 | 171 | 0 | 70 | 35 | 41 | 513 | 47 | 60 |
| Binary | 10101010 | 1001010 | 1111001 | 0 | 111000 | 11101 | 100001 | 101001011 | 100111 | 110000 |
Color Harmonies of #AA4A79
Complementary color
Monochromatic Colors of #AA4A79
Black with #AA4A79
Text Example
Text Example
White with #AA4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A79; }
p { color: rgb(170,74,121); }
H1.HeaderClassName
{
color: #AA4A79;
}
.AnyTagClassName
{
color: #AA4A79;
}
</style>
background-color css
<style>
a { background-color: #AA4A79; }
a { background-color: rgb(170,74,121); }
div.DivClassName
{
background-color: #AA4A79;
}
.BgClassName
{
background-color: #AA4A79;
}
</style>
border-color css
<style>
span { border-color: #AA4A79; }
span { border-color: rgb(170,74,121); }
td.TdClassName
{
border-color: #AA4A79;
}
.TagClassName
{
border-color: #AA4A79;
}
</style>