Shades of Royal Heath #AB5580
Tints of Royal Heath #AB5580
RGB
CMYK
RGB Variations
Color information
#AB5580 (or 0xAB5580) is known color: Royal Heath. HEX triplet: AB, 55 and 80. RGB value is (171,85,128). Sum of RGB (Red+Green+Blue) = 171+85+128=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5580 is #54AA7F. Grayscale: #737373. Windows color (decimal): -5548672 or 8410539. OLE color: 8410539.
HSL color Cylindrical-coordinate representation of color #AB5580: hue angle of 330º 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 #AB5580 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 128 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.33 |
| HSL | 330º | 0.34% | 0.5% | - |
| HSV(B) | 330º | 0.5% | 0.67% | - |
| XYZ | 23.94 | 16.71 | 22.39 | - |
| YUV | 115.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 128 | 0 | 0.50 | 0.25 | 0.33 | 330 | 0.34 | 0.5 |
| Hex | AB | 55 | 80 | 0 | 32 | 19 | 21 | 14A | 22 | 32 |
| Octal | 253 | 125 | 200 | 0 | 62 | 31 | 41 | 512 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10000000 | 0 | 110010 | 11001 | 100001 | 101001010 | 100010 | 110010 |
Color Harmonies of #AB5580
Complementary color
Monochromatic Colors of #AB5580
Black with #AB5580
Text Example
Text Example
White with #AB5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5580; }
p { color: rgb(171,85,128); }
H1.HeaderClassName
{
color: #AB5580;
}
.AnyTagClassName
{
color: #AB5580;
}
</style>
background-color css
<style>
a { background-color: #AB5580; }
a { background-color: rgb(171,85,128); }
div.DivClassName
{
background-color: #AB5580;
}
.BgClassName
{
background-color: #AB5580;
}
</style>
border-color css
<style>
span { border-color: #AB5580; }
span { border-color: rgb(171,85,128); }
td.TdClassName
{
border-color: #AB5580;
}
.TagClassName
{
border-color: #AB5580;
}
</style>