Shades of Royal Heath #AA4A7F
Tints of Royal Heath #AA4A7F
RGB
CMYK
RGB Variations
Color information
#AA4A7F (or 0xAA4A7F) is known color: Royal Heath. HEX triplet: AA, 4A and 7F. RGB value is (170,74,127). Sum of RGB (Red+Green+Blue) = 170+74+127=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A7F is #55B580. Grayscale: #6C6C6C. Windows color (decimal): -5617025 or 8342186. OLE color: 8342186.
HSL color Cylindrical-coordinate representation of color #AA4A7F: hue angle of 326.88º 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 #AA4A7F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 127 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.33 |
| HSL | 326.88º | 0.39% | 0.48% | - |
| HSV(B) | 326.88º | 0.56% | 0.67% | - |
| XYZ | 22.86 | 14.98 | 21.76 | - |
| YUV | 108.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 127 | 0 | 0.56 | 0.25 | 0.33 | 326.88 | 0.39 | 0.48 |
| Hex | AA | 4A | 7F | 0 | 38 | 19 | 21 | 147 | 27 | 30 |
| Octal | 252 | 112 | 177 | 0 | 70 | 31 | 41 | 507 | 47 | 60 |
| Binary | 10101010 | 1001010 | 1111111 | 0 | 111000 | 11001 | 100001 | 101000111 | 100111 | 110000 |
Color Harmonies of #AA4A7F
Complementary color
Monochromatic Colors of #AA4A7F
Black with #AA4A7F
Text Example
Text Example
White with #AA4A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A7F; }
p { color: rgb(170,74,127); }
H1.HeaderClassName
{
color: #AA4A7F;
}
.AnyTagClassName
{
color: #AA4A7F;
}
</style>
background-color css
<style>
a { background-color: #AA4A7F; }
a { background-color: rgb(170,74,127); }
div.DivClassName
{
background-color: #AA4A7F;
}
.BgClassName
{
background-color: #AA4A7F;
}
</style>
border-color css
<style>
span { border-color: #AA4A7F; }
span { border-color: rgb(170,74,127); }
td.TdClassName
{
border-color: #AA4A7F;
}
.TagClassName
{
border-color: #AA4A7F;
}
</style>