Shades of Royal Heath #AA4A81
Tints of Royal Heath #AA4A81
RGB
CMYK
RGB Variations
Color information
#AA4A81 (or 0xAA4A81) is known color: Royal Heath. HEX triplet: AA, 4A and 81. RGB value is (170,74,129). Sum of RGB (Red+Green+Blue) = 170+74+129=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A81 is #55B57E. Grayscale: #6C6C6C. Windows color (decimal): -5617023 or 8473258. OLE color: 8473258.
HSL color Cylindrical-coordinate representation of color #AA4A81: hue angle of 325.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 #AA4A81 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 129 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.33 |
| HSL | 325.63º | 0.39% | 0.48% | - |
| HSV(B) | 325.63º | 0.56% | 0.67% | - |
| XYZ | 22.99 | 15.03 | 22.46 | - |
| YUV | 108.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 129 | 0 | 0.56 | 0.24 | 0.33 | 325.63 | 0.39 | 0.48 |
| Hex | AA | 4A | 81 | 0 | 38 | 18 | 21 | 146 | 27 | 30 |
| Octal | 252 | 112 | 201 | 0 | 70 | 30 | 41 | 506 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10000001 | 0 | 111000 | 11000 | 100001 | 101000110 | 100111 | 110000 |
Color Harmonies of #AA4A81
Complementary color
Monochromatic Colors of #AA4A81
Black with #AA4A81
Text Example
Text Example
White with #AA4A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A81; }
p { color: rgb(170,74,129); }
H1.HeaderClassName
{
color: #AA4A81;
}
.AnyTagClassName
{
color: #AA4A81;
}
</style>
background-color css
<style>
a { background-color: #AA4A81; }
a { background-color: rgb(170,74,129); }
div.DivClassName
{
background-color: #AA4A81;
}
.BgClassName
{
background-color: #AA4A81;
}
</style>
border-color css
<style>
span { border-color: #AA4A81; }
span { border-color: rgb(170,74,129); }
td.TdClassName
{
border-color: #AA4A81;
}
.TagClassName
{
border-color: #AA4A81;
}
</style>