Shades of Royal Heath #AB5280
Tints of Royal Heath #AB5280
RGB
CMYK
RGB Variations
Color information
#AB5280 (or 0xAB5280) is known color: Royal Heath. HEX triplet: AB, 52 and 80. RGB value is (171,82,128). Sum of RGB (Red+Green+Blue) = 171+82+128=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5280 is #54AD7F. Grayscale: #717171. Windows color (decimal): -5549440 or 8409771. OLE color: 8409771.
HSL color Cylindrical-coordinate representation of color #AB5280: hue angle of 328.99º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5280 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 128 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.33 |
| HSL | 328.99º | 0.35% | 0.5% | - |
| HSV(B) | 328.99º | 0.52% | 0.67% | - |
| XYZ | 23.71 | 16.25 | 22.31 | - |
| YUV | 113.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 128 | 0 | 0.52 | 0.25 | 0.33 | 328.99 | 0.35 | 0.5 |
| Hex | AB | 52 | 80 | 0 | 34 | 19 | 21 | 149 | 23 | 32 |
| Octal | 253 | 122 | 200 | 0 | 64 | 31 | 41 | 511 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10000000 | 0 | 110100 | 11001 | 100001 | 101001001 | 100011 | 110010 |
Color Harmonies of #AB5280
Complementary color
Monochromatic Colors of #AB5280
Black with #AB5280
Text Example
Text Example
White with #AB5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5280; }
p { color: rgb(171,82,128); }
H1.HeaderClassName
{
color: #AB5280;
}
.AnyTagClassName
{
color: #AB5280;
}
</style>
background-color css
<style>
a { background-color: #AB5280; }
a { background-color: rgb(171,82,128); }
div.DivClassName
{
background-color: #AB5280;
}
.BgClassName
{
background-color: #AB5280;
}
</style>
border-color css
<style>
span { border-color: #AB5280; }
span { border-color: rgb(171,82,128); }
td.TdClassName
{
border-color: #AB5280;
}
.TagClassName
{
border-color: #AB5280;
}
</style>