Shades of Royal Heath #AB4982
Tints of Royal Heath #AB4982
RGB
CMYK
RGB Variations
Color information
#AB4982 (or 0xAB4982) is known color: Royal Heath. HEX triplet: AB, 49 and 82. RGB value is (171,73,130). Sum of RGB (Red+Green+Blue) = 171+73+130=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4982 is #54B67D. Grayscale: #6C6C6C. Windows color (decimal): -5551742 or 8538539. OLE color: 8538539.
HSL color Cylindrical-coordinate representation of color #AB4982: hue angle of 325.1º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4982 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 130 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.33 |
| HSL | 325.1º | 0.4% | 0.48% | - |
| HSV(B) | 325.1º | 0.57% | 0.67% | - |
| XYZ | 23.21 | 15.03 | 22.8 | - |
| YUV | 108.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 130 | 0 | 0.57 | 0.24 | 0.33 | 325.1 | 0.4 | 0.48 |
| Hex | AB | 49 | 82 | 0 | 39 | 18 | 21 | 145 | 28 | 30 |
| Octal | 253 | 111 | 202 | 0 | 71 | 30 | 41 | 505 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10000010 | 0 | 111001 | 11000 | 100001 | 101000101 | 101000 | 110000 |
Color Harmonies of #AB4982
Complementary color
Monochromatic Colors of #AB4982
Black with #AB4982
Text Example
Text Example
White with #AB4982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4982; }
p { color: rgb(171,73,130); }
H1.HeaderClassName
{
color: #AB4982;
}
.AnyTagClassName
{
color: #AB4982;
}
</style>
background-color css
<style>
a { background-color: #AB4982; }
a { background-color: rgb(171,73,130); }
div.DivClassName
{
background-color: #AB4982;
}
.BgClassName
{
background-color: #AB4982;
}
</style>
border-color css
<style>
span { border-color: #AB4982; }
span { border-color: rgb(171,73,130); }
td.TdClassName
{
border-color: #AB4982;
}
.TagClassName
{
border-color: #AB4982;
}
</style>