Shades of Royal Heath #AB5584
Tints of Royal Heath #AB5584
RGB
CMYK
RGB Variations
Color information
#AB5584 (or 0xAB5584) is known color: Royal Heath. HEX triplet: AB, 55 and 84. RGB value is (171,85,132). Sum of RGB (Red+Green+Blue) = 171+85+132=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5584 is #54AA7B. Grayscale: #737373. Windows color (decimal): -5548668 or 8672683. OLE color: 8672683.
HSL color Cylindrical-coordinate representation of color #AB5584: hue angle of 327.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5584 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 132 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.33 |
| HSL | 327.21º | 0.34% | 0.5% | - |
| HSV(B) | 327.21º | 0.5% | 0.67% | - |
| XYZ | 24.21 | 16.82 | 23.8 | - |
| YUV | 116.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 132 | 0 | 0.50 | 0.23 | 0.33 | 327.21 | 0.34 | 0.5 |
| Hex | AB | 55 | 84 | 0 | 32 | 17 | 21 | 147 | 22 | 32 |
| Octal | 253 | 125 | 204 | 0 | 62 | 27 | 41 | 507 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10000100 | 0 | 110010 | 10111 | 100001 | 101000111 | 100010 | 110010 |
Color Harmonies of #AB5584
Complementary color
Monochromatic Colors of #AB5584
Black with #AB5584
Text Example
Text Example
White with #AB5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5584; }
p { color: rgb(171,85,132); }
H1.HeaderClassName
{
color: #AB5584;
}
.AnyTagClassName
{
color: #AB5584;
}
</style>
background-color css
<style>
a { background-color: #AB5584; }
a { background-color: rgb(171,85,132); }
div.DivClassName
{
background-color: #AB5584;
}
.BgClassName
{
background-color: #AB5584;
}
</style>
border-color css
<style>
span { border-color: #AB5584; }
span { border-color: rgb(171,85,132); }
td.TdClassName
{
border-color: #AB5584;
}
.TagClassName
{
border-color: #AB5584;
}
</style>