Shades of Royal Heath #AB5884
Tints of Royal Heath #AB5884
RGB
CMYK
RGB Variations
Color information
#AB5884 (or 0xAB5884) is known color: Royal Heath. HEX triplet: AB, 58 and 84. RGB value is (171,88,132). Sum of RGB (Red+Green+Blue) = 171+88+132=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5884 is #54A77B. Grayscale: #757575. Windows color (decimal): -5547900 or 8673451. OLE color: 8673451.
HSL color Cylindrical-coordinate representation of color #AB5884: hue angle of 328.19º 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 #AB5884 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 132 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.33 |
| HSL | 328.19º | 0.33% | 0.51% | - |
| HSV(B) | 328.19º | 0.49% | 0.67% | - |
| XYZ | 24.45 | 17.3 | 23.88 | - |
| YUV | 117.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 132 | 0 | 0.49 | 0.23 | 0.33 | 328.19 | 0.33 | 0.51 |
| Hex | AB | 58 | 84 | 0 | 31 | 17 | 21 | 148 | 21 | 33 |
| Octal | 253 | 130 | 204 | 0 | 61 | 27 | 41 | 510 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10000100 | 0 | 110001 | 10111 | 100001 | 101001000 | 100001 | 110011 |
Color Harmonies of #AB5884
Complementary color
Monochromatic Colors of #AB5884
Black with #AB5884
Text Example
Text Example
White with #AB5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5884; }
p { color: rgb(171,88,132); }
H1.HeaderClassName
{
color: #AB5884;
}
.AnyTagClassName
{
color: #AB5884;
}
</style>
background-color css
<style>
a { background-color: #AB5884; }
a { background-color: rgb(171,88,132); }
div.DivClassName
{
background-color: #AB5884;
}
.BgClassName
{
background-color: #AB5884;
}
</style>
border-color css
<style>
span { border-color: #AB5884; }
span { border-color: rgb(171,88,132); }
td.TdClassName
{
border-color: #AB5884;
}
.TagClassName
{
border-color: #AB5884;
}
</style>