Shades of Royal Heath #AB4781
Tints of Royal Heath #AB4781
RGB
CMYK
RGB Variations
Color information
#AB4781 (or 0xAB4781) is known color: Royal Heath. HEX triplet: AB, 47 and 81. RGB value is (171,71,129). Sum of RGB (Red+Green+Blue) = 171+71+129=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4781 is #54B87E. Grayscale: #6B6B6B. Windows color (decimal): -5552255 or 8472491. OLE color: 8472491.
HSL color Cylindrical-coordinate representation of color #AB4781: hue angle of 325.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4781 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 129 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.33 |
| HSL | 325.2º | 0.41% | 0.47% | - |
| HSV(B) | 325.2º | 0.58% | 0.67% | - |
| XYZ | 23.01 | 14.75 | 22.4 | - |
| YUV | 107.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 129 | 0 | 0.58 | 0.25 | 0.33 | 325.2 | 0.41 | 0.47 |
| Hex | AB | 47 | 81 | 0 | 3A | 19 | 21 | 145 | 29 | 2F |
| Octal | 253 | 107 | 201 | 0 | 72 | 31 | 41 | 505 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10000001 | 0 | 111010 | 11001 | 100001 | 101000101 | 101001 | 101111 |
Color Harmonies of #AB4781
Complementary color
Monochromatic Colors of #AB4781
Black with #AB4781
Text Example
Text Example
White with #AB4781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4781; }
p { color: rgb(171,71,129); }
H1.HeaderClassName
{
color: #AB4781;
}
.AnyTagClassName
{
color: #AB4781;
}
</style>
background-color css
<style>
a { background-color: #AB4781; }
a { background-color: rgb(171,71,129); }
div.DivClassName
{
background-color: #AB4781;
}
.BgClassName
{
background-color: #AB4781;
}
</style>
border-color css
<style>
span { border-color: #AB4781; }
span { border-color: rgb(171,71,129); }
td.TdClassName
{
border-color: #AB4781;
}
.TagClassName
{
border-color: #AB4781;
}
</style>