Shades of Royal Heath #AA5A7D
Tints of Royal Heath #AA5A7D
RGB
CMYK
RGB Variations
Color information
#AA5A7D (or 0xAA5A7D) is known color: Royal Heath. HEX triplet: AA, 5A and 7D. RGB value is (170,90,125). Sum of RGB (Red+Green+Blue) = 170+90+125=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A7D is #55A582. Grayscale: #757575. Windows color (decimal): -5612931 or 8215210. OLE color: 8215210.
HSL color Cylindrical-coordinate representation of color #AA5A7D: hue angle of 333.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A7D is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 125 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.33 |
| HSL | 333.75º | 0.32% | 0.51% | - |
| HSV(B) | 333.75º | 0.47% | 0.67% | - |
| XYZ | 23.94 | 17.34 | 21.49 | - |
| YUV | 117.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 125 | 0 | 0.47 | 0.26 | 0.33 | 333.75 | 0.32 | 0.51 |
| Hex | AA | 5A | 7D | 0 | 2F | 1A | 21 | 14E | 20 | 33 |
| Octal | 252 | 132 | 175 | 0 | 57 | 32 | 41 | 516 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1111101 | 0 | 101111 | 11010 | 100001 | 101001110 | 100000 | 110011 |
Color Harmonies of #AA5A7D
Complementary color
Monochromatic Colors of #AA5A7D
Black with #AA5A7D
Text Example
Text Example
White with #AA5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A7D; }
p { color: rgb(170,90,125); }
H1.HeaderClassName
{
color: #AA5A7D;
}
.AnyTagClassName
{
color: #AA5A7D;
}
</style>
background-color css
<style>
a { background-color: #AA5A7D; }
a { background-color: rgb(170,90,125); }
div.DivClassName
{
background-color: #AA5A7D;
}
.BgClassName
{
background-color: #AA5A7D;
}
</style>
border-color css
<style>
span { border-color: #AA5A7D; }
span { border-color: rgb(170,90,125); }
td.TdClassName
{
border-color: #AA5A7D;
}
.TagClassName
{
border-color: #AA5A7D;
}
</style>