Shades of Royal Heath #AB587F
Tints of Royal Heath #AB587F
RGB
CMYK
RGB Variations
Color information
#AB587F (or 0xAB587F) is known color: Royal Heath. HEX triplet: AB, 58 and 7F. RGB value is (171,88,127). Sum of RGB (Red+Green+Blue) = 171+88+127=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB587F is #54A780. Grayscale: #757575. Windows color (decimal): -5547905 or 8345771. OLE color: 8345771.
HSL color Cylindrical-coordinate representation of color #AB587F: hue angle of 331.81º 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 #AB587F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 127 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.33 |
| HSL | 331.81º | 0.33% | 0.51% | - |
| HSV(B) | 331.81º | 0.49% | 0.67% | - |
| XYZ | 24.12 | 17.17 | 22.12 | - |
| YUV | 117.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 127 | 0 | 0.49 | 0.26 | 0.33 | 331.81 | 0.33 | 0.51 |
| Hex | AB | 58 | 7F | 0 | 31 | 1A | 21 | 14C | 21 | 33 |
| Octal | 253 | 130 | 177 | 0 | 61 | 32 | 41 | 514 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1111111 | 0 | 110001 | 11010 | 100001 | 101001100 | 100001 | 110011 |
Color Harmonies of #AB587F
Complementary color
Monochromatic Colors of #AB587F
Black with #AB587F
Text Example
Text Example
White with #AB587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB587F; }
p { color: rgb(171,88,127); }
H1.HeaderClassName
{
color: #AB587F;
}
.AnyTagClassName
{
color: #AB587F;
}
</style>
background-color css
<style>
a { background-color: #AB587F; }
a { background-color: rgb(171,88,127); }
div.DivClassName
{
background-color: #AB587F;
}
.BgClassName
{
background-color: #AB587F;
}
</style>
border-color css
<style>
span { border-color: #AB587F; }
span { border-color: rgb(171,88,127); }
td.TdClassName
{
border-color: #AB587F;
}
.TagClassName
{
border-color: #AB587F;
}
</style>