Shades of Royal Heath #AA567E
Tints of Royal Heath #AA567E
RGB
CMYK
RGB Variations
Color information
#AA567E (or 0xAA567E) is known color: Royal Heath. HEX triplet: AA, 56 and 7E. RGB value is (170,86,126). Sum of RGB (Red+Green+Blue) = 170+86+126=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA567E is #55A981. Grayscale: #737373. Windows color (decimal): -5613954 or 8279722. OLE color: 8279722.
HSL color Cylindrical-coordinate representation of color #AA567E: hue angle of 331.43º 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 #AA567E is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 126 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.33 |
| HSL | 331.43º | 0.33% | 0.5% | - |
| HSV(B) | 331.43º | 0.49% | 0.67% | - |
| XYZ | 23.67 | 16.71 | 21.72 | - |
| YUV | 115.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 126 | 0 | 0.49 | 0.26 | 0.33 | 331.43 | 0.33 | 0.5 |
| Hex | AA | 56 | 7E | 0 | 31 | 1A | 21 | 14B | 21 | 32 |
| Octal | 252 | 126 | 176 | 0 | 61 | 32 | 41 | 513 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1111110 | 0 | 110001 | 11010 | 100001 | 101001011 | 100001 | 110010 |
Color Harmonies of #AA567E
Complementary color
Monochromatic Colors of #AA567E
Black with #AA567E
Text Example
Text Example
White with #AA567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA567E; }
p { color: rgb(170,86,126); }
H1.HeaderClassName
{
color: #AA567E;
}
.AnyTagClassName
{
color: #AA567E;
}
</style>
background-color css
<style>
a { background-color: #AA567E; }
a { background-color: rgb(170,86,126); }
div.DivClassName
{
background-color: #AA567E;
}
.BgClassName
{
background-color: #AA567E;
}
</style>
border-color css
<style>
span { border-color: #AA567E; }
span { border-color: rgb(170,86,126); }
td.TdClassName
{
border-color: #AA567E;
}
.TagClassName
{
border-color: #AA567E;
}
</style>