Shades of Royal Heath #AB4979
Tints of Royal Heath #AB4979
RGB
CMYK
RGB Variations
Color information
#AB4979 (or 0xAB4979) is known color: Royal Heath. HEX triplet: AB, 49 and 79. RGB value is (171,73,121). Sum of RGB (Red+Green+Blue) = 171+73+121=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4979 is #54B686. Grayscale: #6B6B6B. Windows color (decimal): -5551751 or 7948715. OLE color: 7948715.
HSL color Cylindrical-coordinate representation of color #AB4979: hue angle of 330.61º 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 #AB4979 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 121 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.33 |
| HSL | 330.61º | 0.4% | 0.48% | - |
| HSV(B) | 330.61º | 0.57% | 0.67% | - |
| XYZ | 22.63 | 14.8 | 19.75 | - |
| YUV | 107.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 121 | 0 | 0.57 | 0.29 | 0.33 | 330.61 | 0.4 | 0.48 |
| Hex | AB | 49 | 79 | 0 | 39 | 1D | 21 | 14B | 28 | 30 |
| Octal | 253 | 111 | 171 | 0 | 71 | 35 | 41 | 513 | 50 | 60 |
| Binary | 10101011 | 1001001 | 1111001 | 0 | 111001 | 11101 | 100001 | 101001011 | 101000 | 110000 |
Color Harmonies of #AB4979
Complementary color
Monochromatic Colors of #AB4979
Black with #AB4979
Text Example
Text Example
White with #AB4979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4979; }
p { color: rgb(171,73,121); }
H1.HeaderClassName
{
color: #AB4979;
}
.AnyTagClassName
{
color: #AB4979;
}
</style>
background-color css
<style>
a { background-color: #AB4979; }
a { background-color: rgb(171,73,121); }
div.DivClassName
{
background-color: #AB4979;
}
.BgClassName
{
background-color: #AB4979;
}
</style>
border-color css
<style>
span { border-color: #AB4979; }
span { border-color: rgb(171,73,121); }
td.TdClassName
{
border-color: #AB4979;
}
.TagClassName
{
border-color: #AB4979;
}
</style>