Shades of Royal Heath #AA4E7E
Tints of Royal Heath #AA4E7E
RGB
CMYK
RGB Variations
Color information
#AA4E7E (or 0xAA4E7E) is known color: Royal Heath. HEX triplet: AA, 4E and 7E. RGB value is (170,78,126). Sum of RGB (Red+Green+Blue) = 170+78+126=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E7E is #55B181. Grayscale: #6E6E6E. Windows color (decimal): -5616002 or 8277674. OLE color: 8277674.
HSL color Cylindrical-coordinate representation of color #AA4E7E: hue angle of 328.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E7E is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 126 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.33 |
| HSL | 328.7º | 0.37% | 0.49% | - |
| HSV(B) | 328.7º | 0.54% | 0.67% | - |
| XYZ | 23.07 | 15.5 | 21.51 | - |
| YUV | 110.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 126 | 0 | 0.54 | 0.26 | 0.33 | 328.7 | 0.37 | 0.49 |
| Hex | AA | 4E | 7E | 0 | 36 | 1A | 21 | 149 | 25 | 31 |
| Octal | 252 | 116 | 176 | 0 | 66 | 32 | 41 | 511 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1111110 | 0 | 110110 | 11010 | 100001 | 101001001 | 100101 | 110001 |
Color Harmonies of #AA4E7E
Complementary color
Monochromatic Colors of #AA4E7E
Black with #AA4E7E
Text Example
Text Example
White with #AA4E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E7E; }
p { color: rgb(170,78,126); }
H1.HeaderClassName
{
color: #AA4E7E;
}
.AnyTagClassName
{
color: #AA4E7E;
}
</style>
background-color css
<style>
a { background-color: #AA4E7E; }
a { background-color: rgb(170,78,126); }
div.DivClassName
{
background-color: #AA4E7E;
}
.BgClassName
{
background-color: #AA4E7E;
}
</style>
border-color css
<style>
span { border-color: #AA4E7E; }
span { border-color: rgb(170,78,126); }
td.TdClassName
{
border-color: #AA4E7E;
}
.TagClassName
{
border-color: #AA4E7E;
}
</style>