Shades of Royal Heath #AA587B
Tints of Royal Heath #AA587B
RGB
CMYK
RGB Variations
Color information
#AA587B (or 0xAA587B) is known color: Royal Heath. HEX triplet: AA, 58 and 7B. RGB value is (170,88,123). Sum of RGB (Red+Green+Blue) = 170+88+123=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587B is #55A784. Grayscale: #747474. Windows color (decimal): -5613445 or 8083626. OLE color: 8083626.
HSL color Cylindrical-coordinate representation of color #AA587B: hue angle of 334.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA587B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 123 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.33 |
| HSL | 334.39º | 0.33% | 0.51% | - |
| HSV(B) | 334.39º | 0.48% | 0.67% | - |
| XYZ | 23.64 | 16.96 | 20.77 | - |
| YUV | 116.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 123 | 0 | 0.48 | 0.28 | 0.33 | 334.39 | 0.33 | 0.51 |
| Hex | AA | 58 | 7B | 0 | 30 | 1C | 21 | 14E | 21 | 33 |
| Octal | 252 | 130 | 173 | 0 | 60 | 34 | 41 | 516 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1111011 | 0 | 110000 | 11100 | 100001 | 101001110 | 100001 | 110011 |
Color Harmonies of #AA587B
Complementary color
Monochromatic Colors of #AA587B
Black with #AA587B
Text Example
Text Example
White with #AA587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA587B; }
p { color: rgb(170,88,123); }
H1.HeaderClassName
{
color: #AA587B;
}
.AnyTagClassName
{
color: #AA587B;
}
</style>
background-color css
<style>
a { background-color: #AA587B; }
a { background-color: rgb(170,88,123); }
div.DivClassName
{
background-color: #AA587B;
}
.BgClassName
{
background-color: #AA587B;
}
</style>
border-color css
<style>
span { border-color: #AA587B; }
span { border-color: rgb(170,88,123); }
td.TdClassName
{
border-color: #AA587B;
}
.TagClassName
{
border-color: #AA587B;
}
</style>