Shades of Royal Heath #AA4E7D
Tints of Royal Heath #AA4E7D
RGB
CMYK
RGB Variations
Color information
#AA4E7D (or 0xAA4E7D) is known color: Royal Heath. HEX triplet: AA, 4E and 7D. RGB value is (170,78,125). Sum of RGB (Red+Green+Blue) = 170+78+125=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E7D is #55B182. Grayscale: #6E6E6E. Windows color (decimal): -5616003 or 8212138. OLE color: 8212138.
HSL color Cylindrical-coordinate representation of color #AA4E7D: hue angle of 329.35º 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 #AA4E7D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 125 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.33 |
| HSL | 329.35º | 0.37% | 0.49% | - |
| HSV(B) | 329.35º | 0.54% | 0.67% | - |
| XYZ | 23 | 15.48 | 21.18 | - |
| YUV | 110.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 125 | 0 | 0.54 | 0.26 | 0.33 | 329.35 | 0.37 | 0.49 |
| Hex | AA | 4E | 7D | 0 | 36 | 1A | 21 | 149 | 25 | 31 |
| Octal | 252 | 116 | 175 | 0 | 66 | 32 | 41 | 511 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1111101 | 0 | 110110 | 11010 | 100001 | 101001001 | 100101 | 110001 |
Color Harmonies of #AA4E7D
Complementary color
Monochromatic Colors of #AA4E7D
Black with #AA4E7D
Text Example
Text Example
White with #AA4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E7D; }
p { color: rgb(170,78,125); }
H1.HeaderClassName
{
color: #AA4E7D;
}
.AnyTagClassName
{
color: #AA4E7D;
}
</style>
background-color css
<style>
a { background-color: #AA4E7D; }
a { background-color: rgb(170,78,125); }
div.DivClassName
{
background-color: #AA4E7D;
}
.BgClassName
{
background-color: #AA4E7D;
}
</style>
border-color css
<style>
span { border-color: #AA4E7D; }
span { border-color: rgb(170,78,125); }
td.TdClassName
{
border-color: #AA4E7D;
}
.TagClassName
{
border-color: #AA4E7D;
}
</style>