Shades of Royal Heath #AB587A
Tints of Royal Heath #AB587A
RGB
CMYK
RGB Variations
Color information
#AB587A (or 0xAB587A) is known color: Royal Heath. HEX triplet: AB, 58 and 7A. RGB value is (171,88,122). Sum of RGB (Red+Green+Blue) = 171+88+122=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB587A is #54A785. Grayscale: #747474. Windows color (decimal): -5547910 or 8018091. OLE color: 8018091.
HSL color Cylindrical-coordinate representation of color #AB587A: hue angle of 335.42º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB587A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 122 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.33 |
| HSL | 335.42º | 0.33% | 0.51% | - |
| HSV(B) | 335.42º | 0.49% | 0.67% | - |
| XYZ | 23.8 | 17.04 | 20.45 | - |
| YUV | 116.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 122 | 0 | 0.49 | 0.29 | 0.33 | 335.42 | 0.33 | 0.51 |
| Hex | AB | 58 | 7A | 0 | 31 | 1D | 21 | 14F | 21 | 33 |
| Octal | 253 | 130 | 172 | 0 | 61 | 35 | 41 | 517 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1111010 | 0 | 110001 | 11101 | 100001 | 101001111 | 100001 | 110011 |
Color Harmonies of #AB587A
Complementary color
Monochromatic Colors of #AB587A
Black with #AB587A
Text Example
Text Example
White with #AB587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB587A; }
p { color: rgb(171,88,122); }
H1.HeaderClassName
{
color: #AB587A;
}
.AnyTagClassName
{
color: #AB587A;
}
</style>
background-color css
<style>
a { background-color: #AB587A; }
a { background-color: rgb(171,88,122); }
div.DivClassName
{
background-color: #AB587A;
}
.BgClassName
{
background-color: #AB587A;
}
</style>
border-color css
<style>
span { border-color: #AB587A; }
span { border-color: rgb(171,88,122); }
td.TdClassName
{
border-color: #AB587A;
}
.TagClassName
{
border-color: #AB587A;
}
</style>