Shades of Royal Heath #AA537B
Tints of Royal Heath #AA537B
RGB
CMYK
RGB Variations
Color information
#AA537B (or 0xAA537B) is known color: Royal Heath. HEX triplet: AA, 53 and 7B. RGB value is (170,83,123). Sum of RGB (Red+Green+Blue) = 170+83+123=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA537B is #55AC84. Grayscale: #717171. Windows color (decimal): -5614725 or 8082346. OLE color: 8082346.
HSL color Cylindrical-coordinate representation of color #AA537B: hue angle of 332.41º 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 #AA537B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 123 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.33 |
| HSL | 332.41º | 0.34% | 0.5% | - |
| HSV(B) | 332.41º | 0.51% | 0.67% | - |
| XYZ | 23.25 | 16.16 | 20.63 | - |
| YUV | 113.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 123 | 0 | 0.51 | 0.28 | 0.33 | 332.41 | 0.34 | 0.5 |
| Hex | AA | 53 | 7B | 0 | 33 | 1C | 21 | 14C | 22 | 32 |
| Octal | 252 | 123 | 173 | 0 | 63 | 34 | 41 | 514 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1111011 | 0 | 110011 | 11100 | 100001 | 101001100 | 100010 | 110010 |
Color Harmonies of #AA537B
Complementary color
Monochromatic Colors of #AA537B
Black with #AA537B
Text Example
Text Example
White with #AA537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA537B; }
p { color: rgb(170,83,123); }
H1.HeaderClassName
{
color: #AA537B;
}
.AnyTagClassName
{
color: #AA537B;
}
</style>
background-color css
<style>
a { background-color: #AA537B; }
a { background-color: rgb(170,83,123); }
div.DivClassName
{
background-color: #AA537B;
}
.BgClassName
{
background-color: #AA537B;
}
</style>
border-color css
<style>
span { border-color: #AA537B; }
span { border-color: rgb(170,83,123); }
td.TdClassName
{
border-color: #AA537B;
}
.TagClassName
{
border-color: #AA537B;
}
</style>