Shades of Royal Heath #AA567C
Tints of Royal Heath #AA567C
RGB
CMYK
RGB Variations
Color information
#AA567C (or 0xAA567C) is known color: Royal Heath. HEX triplet: AA, 56 and 7C. RGB value is (170,86,124). Sum of RGB (Red+Green+Blue) = 170+86+124=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA567C is #55A983. Grayscale: #737373. Windows color (decimal): -5613956 or 8148650. OLE color: 8148650.
HSL color Cylindrical-coordinate representation of color #AA567C: hue angle of 332.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA567C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 124 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.33 |
| HSL | 332.86º | 0.33% | 0.5% | - |
| HSV(B) | 332.86º | 0.49% | 0.67% | - |
| XYZ | 23.54 | 16.66 | 21.04 | - |
| YUV | 115.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 124 | 0 | 0.49 | 0.27 | 0.33 | 332.86 | 0.33 | 0.5 |
| Hex | AA | 56 | 7C | 0 | 31 | 1B | 21 | 14D | 21 | 32 |
| Octal | 252 | 126 | 174 | 0 | 61 | 33 | 41 | 515 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1111100 | 0 | 110001 | 11011 | 100001 | 101001101 | 100001 | 110010 |
Color Harmonies of #AA567C
Complementary color
Monochromatic Colors of #AA567C
Black with #AA567C
Text Example
Text Example
White with #AA567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA567C; }
p { color: rgb(170,86,124); }
H1.HeaderClassName
{
color: #AA567C;
}
.AnyTagClassName
{
color: #AA567C;
}
</style>
background-color css
<style>
a { background-color: #AA567C; }
a { background-color: rgb(170,86,124); }
div.DivClassName
{
background-color: #AA567C;
}
.BgClassName
{
background-color: #AA567C;
}
</style>
border-color css
<style>
span { border-color: #AA567C; }
span { border-color: rgb(170,86,124); }
td.TdClassName
{
border-color: #AA567C;
}
.TagClassName
{
border-color: #AA567C;
}
</style>