Shades of Royal Heath #AA567B
Tints of Royal Heath #AA567B
RGB
CMYK
RGB Variations
Color information
#AA567B (or 0xAA567B) is known color: Royal Heath. HEX triplet: AA, 56 and 7B. RGB value is (170,86,123). Sum of RGB (Red+Green+Blue) = 170+86+123=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA567B is #55A984. Grayscale: #737373. Windows color (decimal): -5613957 or 8083114. OLE color: 8083114.
HSL color Cylindrical-coordinate representation of color #AA567B: hue angle of 333.57º 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 #AA567B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 123 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.33 |
| HSL | 333.57º | 0.33% | 0.5% | - |
| HSV(B) | 333.57º | 0.49% | 0.67% | - |
| XYZ | 23.48 | 16.63 | 20.71 | - |
| YUV | 115.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 123 | 0 | 0.49 | 0.28 | 0.33 | 333.57 | 0.33 | 0.5 |
| Hex | AA | 56 | 7B | 0 | 31 | 1C | 21 | 14E | 21 | 32 |
| Octal | 252 | 126 | 173 | 0 | 61 | 34 | 41 | 516 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1111011 | 0 | 110001 | 11100 | 100001 | 101001110 | 100001 | 110010 |
Color Harmonies of #AA567B
Complementary color
Monochromatic Colors of #AA567B
Black with #AA567B
Text Example
Text Example
White with #AA567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA567B; }
p { color: rgb(170,86,123); }
H1.HeaderClassName
{
color: #AA567B;
}
.AnyTagClassName
{
color: #AA567B;
}
</style>
background-color css
<style>
a { background-color: #AA567B; }
a { background-color: rgb(170,86,123); }
div.DivClassName
{
background-color: #AA567B;
}
.BgClassName
{
background-color: #AA567B;
}
</style>
border-color css
<style>
span { border-color: #AA567B; }
span { border-color: rgb(170,86,123); }
td.TdClassName
{
border-color: #AA567B;
}
.TagClassName
{
border-color: #AA567B;
}
</style>