Shades of Royal Heath #AB4881
Tints of Royal Heath #AB4881
RGB
CMYK
RGB Variations
Color information
#AB4881 (or 0xAB4881) is known color: Royal Heath. HEX triplet: AB, 48 and 81. RGB value is (171,72,129). Sum of RGB (Red+Green+Blue) = 171+72+129=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4881 is #54B77E. Grayscale: #6B6B6B. Windows color (decimal): -5551999 or 8472747. OLE color: 8472747.
HSL color Cylindrical-coordinate representation of color #AB4881: hue angle of 325.45º 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 #AB4881 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 129 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.33 |
| HSL | 325.45º | 0.41% | 0.48% | - |
| HSV(B) | 325.45º | 0.58% | 0.67% | - |
| XYZ | 23.07 | 14.88 | 22.42 | - |
| YUV | 108.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 129 | 0 | 0.58 | 0.25 | 0.33 | 325.45 | 0.41 | 0.48 |
| Hex | AB | 48 | 81 | 0 | 3A | 19 | 21 | 145 | 29 | 30 |
| Octal | 253 | 110 | 201 | 0 | 72 | 31 | 41 | 505 | 51 | 60 |
| Binary | 10101011 | 1001000 | 10000001 | 0 | 111010 | 11001 | 100001 | 101000101 | 101001 | 110000 |
Color Harmonies of #AB4881
Complementary color
Monochromatic Colors of #AB4881
Black with #AB4881
Text Example
Text Example
White with #AB4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4881; }
p { color: rgb(171,72,129); }
H1.HeaderClassName
{
color: #AB4881;
}
.AnyTagClassName
{
color: #AB4881;
}
</style>
background-color css
<style>
a { background-color: #AB4881; }
a { background-color: rgb(171,72,129); }
div.DivClassName
{
background-color: #AB4881;
}
.BgClassName
{
background-color: #AB4881;
}
</style>
border-color css
<style>
span { border-color: #AB4881; }
span { border-color: rgb(171,72,129); }
td.TdClassName
{
border-color: #AB4881;
}
.TagClassName
{
border-color: #AB4881;
}
</style>