Shades of Royal Heath #AA5A7B
Tints of Royal Heath #AA5A7B
RGB
CMYK
RGB Variations
Color information
#AA5A7B (or 0xAA5A7B) is known color: Royal Heath. HEX triplet: AA, 5A and 7B. RGB value is (170,90,123). Sum of RGB (Red+Green+Blue) = 170+90+123=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A7B is #55A584. Grayscale: #757575. Windows color (decimal): -5612933 or 8084138. OLE color: 8084138.
HSL color Cylindrical-coordinate representation of color #AA5A7B: hue angle of 335.25º 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 #AA5A7B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 123 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.33 |
| HSL | 335.25º | 0.32% | 0.51% | - |
| HSV(B) | 335.25º | 0.47% | 0.67% | - |
| XYZ | 23.81 | 17.29 | 20.82 | - |
| YUV | 117.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 123 | 0 | 0.47 | 0.28 | 0.33 | 335.25 | 0.32 | 0.51 |
| Hex | AA | 5A | 7B | 0 | 2F | 1C | 21 | 14F | 20 | 33 |
| Octal | 252 | 132 | 173 | 0 | 57 | 34 | 41 | 517 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1111011 | 0 | 101111 | 11100 | 100001 | 101001111 | 100000 | 110011 |
Color Harmonies of #AA5A7B
Complementary color
Monochromatic Colors of #AA5A7B
Black with #AA5A7B
Text Example
Text Example
White with #AA5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A7B; }
p { color: rgb(170,90,123); }
H1.HeaderClassName
{
color: #AA5A7B;
}
.AnyTagClassName
{
color: #AA5A7B;
}
</style>
background-color css
<style>
a { background-color: #AA5A7B; }
a { background-color: rgb(170,90,123); }
div.DivClassName
{
background-color: #AA5A7B;
}
.BgClassName
{
background-color: #AA5A7B;
}
</style>
border-color css
<style>
span { border-color: #AA5A7B; }
span { border-color: rgb(170,90,123); }
td.TdClassName
{
border-color: #AA5A7B;
}
.TagClassName
{
border-color: #AA5A7B;
}
</style>