Shades of Royal Heath #AB4880
Tints of Royal Heath #AB4880
RGB
CMYK
RGB Variations
Color information
#AB4880 (or 0xAB4880) is known color: Royal Heath. HEX triplet: AB, 48 and 80. RGB value is (171,72,128). Sum of RGB (Red+Green+Blue) = 171+72+128=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4880 is #54B77F. Grayscale: #6B6B6B. Windows color (decimal): -5552000 or 8407211. OLE color: 8407211.
HSL color Cylindrical-coordinate representation of color #AB4880: hue angle of 326.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4880 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 128 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.33 |
| HSL | 326.06º | 0.41% | 0.48% | - |
| HSV(B) | 326.06º | 0.58% | 0.67% | - |
| XYZ | 23.01 | 14.85 | 22.08 | - |
| YUV | 107.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 128 | 0 | 0.58 | 0.25 | 0.33 | 326.06 | 0.41 | 0.48 |
| Hex | AB | 48 | 80 | 0 | 3A | 19 | 21 | 146 | 29 | 30 |
| Octal | 253 | 110 | 200 | 0 | 72 | 31 | 41 | 506 | 51 | 60 |
| Binary | 10101011 | 1001000 | 10000000 | 0 | 111010 | 11001 | 100001 | 101000110 | 101001 | 110000 |
Color Harmonies of #AB4880
Complementary color
Monochromatic Colors of #AB4880
Black with #AB4880
Text Example
Text Example
White with #AB4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4880; }
p { color: rgb(171,72,128); }
H1.HeaderClassName
{
color: #AB4880;
}
.AnyTagClassName
{
color: #AB4880;
}
</style>
background-color css
<style>
a { background-color: #AB4880; }
a { background-color: rgb(171,72,128); }
div.DivClassName
{
background-color: #AB4880;
}
.BgClassName
{
background-color: #AB4880;
}
</style>
border-color css
<style>
span { border-color: #AB4880; }
span { border-color: rgb(171,72,128); }
td.TdClassName
{
border-color: #AB4880;
}
.TagClassName
{
border-color: #AB4880;
}
</style>