Shades of Royal Heath #AB5879
Tints of Royal Heath #AB5879
RGB
CMYK
RGB Variations
Color information
#AB5879 (or 0xAB5879) is known color: Royal Heath. HEX triplet: AB, 58 and 79. RGB value is (171,88,121). Sum of RGB (Red+Green+Blue) = 171+88+121=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5879 is #54A786. Grayscale: #747474. Windows color (decimal): -5547911 or 7952555. OLE color: 7952555.
HSL color Cylindrical-coordinate representation of color #AB5879: hue angle of 336.14º 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 #AB5879 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 121 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.33 |
| HSL | 336.14º | 0.33% | 0.51% | - |
| HSV(B) | 336.14º | 0.49% | 0.67% | - |
| XYZ | 23.74 | 17.02 | 20.12 | - |
| YUV | 116.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 121 | 0 | 0.49 | 0.29 | 0.33 | 336.14 | 0.33 | 0.51 |
| Hex | AB | 58 | 79 | 0 | 31 | 1D | 21 | 150 | 21 | 33 |
| Octal | 253 | 130 | 171 | 0 | 61 | 35 | 41 | 520 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1111001 | 0 | 110001 | 11101 | 100001 | 101010000 | 100001 | 110011 |
Color Harmonies of #AB5879
Complementary color
Monochromatic Colors of #AB5879
Black with #AB5879
Text Example
Text Example
White with #AB5879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5879; }
p { color: rgb(171,88,121); }
H1.HeaderClassName
{
color: #AB5879;
}
.AnyTagClassName
{
color: #AB5879;
}
</style>
background-color css
<style>
a { background-color: #AB5879; }
a { background-color: rgb(171,88,121); }
div.DivClassName
{
background-color: #AB5879;
}
.BgClassName
{
background-color: #AB5879;
}
</style>
border-color css
<style>
span { border-color: #AB5879; }
span { border-color: rgb(171,88,121); }
td.TdClassName
{
border-color: #AB5879;
}
.TagClassName
{
border-color: #AB5879;
}
</style>