Shades of Royal Heath #AA567A
Tints of Royal Heath #AA567A
RGB
CMYK
RGB Variations
Color information
#AA567A (or 0xAA567A) is known color: Royal Heath. HEX triplet: AA, 56 and 7A. RGB value is (170,86,122). Sum of RGB (Red+Green+Blue) = 170+86+122=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA567A is #55A985. Grayscale: #737373. Windows color (decimal): -5613958 or 8017578. OLE color: 8017578.
HSL color Cylindrical-coordinate representation of color #AA567A: hue angle of 334.29º 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 #AA567A is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 122 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.33 |
| HSL | 334.29º | 0.33% | 0.5% | - |
| HSV(B) | 334.29º | 0.49% | 0.67% | - |
| XYZ | 23.42 | 16.61 | 20.38 | - |
| YUV | 115.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 122 | 0 | 0.49 | 0.28 | 0.33 | 334.29 | 0.33 | 0.5 |
| Hex | AA | 56 | 7A | 0 | 31 | 1C | 21 | 14E | 21 | 32 |
| Octal | 252 | 126 | 172 | 0 | 61 | 34 | 41 | 516 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1111010 | 0 | 110001 | 11100 | 100001 | 101001110 | 100001 | 110010 |
Color Harmonies of #AA567A
Complementary color
Monochromatic Colors of #AA567A
Black with #AA567A
Text Example
Text Example
White with #AA567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA567A; }
p { color: rgb(170,86,122); }
H1.HeaderClassName
{
color: #AA567A;
}
.AnyTagClassName
{
color: #AA567A;
}
</style>
background-color css
<style>
a { background-color: #AA567A; }
a { background-color: rgb(170,86,122); }
div.DivClassName
{
background-color: #AA567A;
}
.BgClassName
{
background-color: #AA567A;
}
</style>
border-color css
<style>
span { border-color: #AA567A; }
span { border-color: rgb(170,86,122); }
td.TdClassName
{
border-color: #AA567A;
}
.TagClassName
{
border-color: #AA567A;
}
</style>