Shades of Royal Heath #AA4881
Tints of Royal Heath #AA4881
RGB
CMYK
RGB Variations
Color information
#AA4881 (or 0xAA4881) is known color: Royal Heath. HEX triplet: AA, 48 and 81. RGB value is (170,72,129). Sum of RGB (Red+Green+Blue) = 170+72+129=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4881 is #55B77E. Grayscale: #6B6B6B. Windows color (decimal): -5617535 or 8472746. OLE color: 8472746.
HSL color Cylindrical-coordinate representation of color #AA4881: hue angle of 325.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4881 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 129 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.33 |
| HSL | 325.1º | 0.4% | 0.47% | - |
| HSV(B) | 325.1º | 0.58% | 0.67% | - |
| XYZ | 22.86 | 14.77 | 22.41 | - |
| YUV | 107.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 129 | 0 | 0.58 | 0.24 | 0.33 | 325.1 | 0.4 | 0.47 |
| Hex | AA | 48 | 81 | 0 | 3A | 18 | 21 | 145 | 28 | 2F |
| Octal | 252 | 110 | 201 | 0 | 72 | 30 | 41 | 505 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10000001 | 0 | 111010 | 11000 | 100001 | 101000101 | 101000 | 101111 |
Color Harmonies of #AA4881
Complementary color
Monochromatic Colors of #AA4881
Black with #AA4881
Text Example
Text Example
White with #AA4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4881; }
p { color: rgb(170,72,129); }
H1.HeaderClassName
{
color: #AA4881;
}
.AnyTagClassName
{
color: #AA4881;
}
</style>
background-color css
<style>
a { background-color: #AA4881; }
a { background-color: rgb(170,72,129); }
div.DivClassName
{
background-color: #AA4881;
}
.BgClassName
{
background-color: #AA4881;
}
</style>
border-color css
<style>
span { border-color: #AA4881; }
span { border-color: rgb(170,72,129); }
td.TdClassName
{
border-color: #AA4881;
}
.TagClassName
{
border-color: #AA4881;
}
</style>