Shades of Royal Heath #AA537C
Tints of Royal Heath #AA537C
RGB
CMYK
RGB Variations
Color information
#AA537C (or 0xAA537C) is known color: Royal Heath. HEX triplet: AA, 53 and 7C. RGB value is (170,83,124). Sum of RGB (Red+Green+Blue) = 170+83+124=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA537C is #55AC83. Grayscale: #717171. Windows color (decimal): -5614724 or 8147882. OLE color: 8147882.
HSL color Cylindrical-coordinate representation of color #AA537C: hue angle of 331.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA537C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 124 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.33 |
| HSL | 331.72º | 0.34% | 0.5% | - |
| HSV(B) | 331.72º | 0.51% | 0.67% | - |
| XYZ | 23.31 | 16.19 | 20.96 | - |
| YUV | 113.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 124 | 0 | 0.51 | 0.27 | 0.33 | 331.72 | 0.34 | 0.5 |
| Hex | AA | 53 | 7C | 0 | 33 | 1B | 21 | 14C | 22 | 32 |
| Octal | 252 | 123 | 174 | 0 | 63 | 33 | 41 | 514 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1111100 | 0 | 110011 | 11011 | 100001 | 101001100 | 100010 | 110010 |
Color Harmonies of #AA537C
Complementary color
Monochromatic Colors of #AA537C
Black with #AA537C
Text Example
Text Example
White with #AA537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA537C; }
p { color: rgb(170,83,124); }
H1.HeaderClassName
{
color: #AA537C;
}
.AnyTagClassName
{
color: #AA537C;
}
</style>
background-color css
<style>
a { background-color: #AA537C; }
a { background-color: rgb(170,83,124); }
div.DivClassName
{
background-color: #AA537C;
}
.BgClassName
{
background-color: #AA537C;
}
</style>
border-color css
<style>
span { border-color: #AA537C; }
span { border-color: rgb(170,83,124); }
td.TdClassName
{
border-color: #AA537C;
}
.TagClassName
{
border-color: #AA537C;
}
</style>