Shades of Royal Heath #AB4279
Tints of Royal Heath #AB4279
RGB
CMYK
RGB Variations
Color information
#AB4279 (or 0xAB4279) is known color: Royal Heath. HEX triplet: AB, 42 and 79. RGB value is (171,66,121). Sum of RGB (Red+Green+Blue) = 171+66+121=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4279 is #54BD86. Grayscale: #676767. Windows color (decimal): -5553543 or 7946923. OLE color: 7946923.
HSL color Cylindrical-coordinate representation of color #AB4279: hue angle of 328.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4279 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 121 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.33 |
| HSL | 328.57º | 0.44% | 0.46% | - |
| HSV(B) | 328.57º | 0.61% | 0.67% | - |
| XYZ | 22.19 | 13.93 | 19.61 | - |
| YUV | 103.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 121 | 0 | 0.61 | 0.29 | 0.33 | 328.57 | 0.44 | 0.46 |
| Hex | AB | 42 | 79 | 0 | 3D | 1D | 21 | 149 | 2C | 2E |
| Octal | 253 | 102 | 171 | 0 | 75 | 35 | 41 | 511 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1111001 | 0 | 111101 | 11101 | 100001 | 101001001 | 101100 | 101110 |
Color Harmonies of #AB4279
Complementary color
Monochromatic Colors of #AB4279
Black with #AB4279
Text Example
Text Example
White with #AB4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4279; }
p { color: rgb(171,66,121); }
H1.HeaderClassName
{
color: #AB4279;
}
.AnyTagClassName
{
color: #AB4279;
}
</style>
background-color css
<style>
a { background-color: #AB4279; }
a { background-color: rgb(171,66,121); }
div.DivClassName
{
background-color: #AB4279;
}
.BgClassName
{
background-color: #AB4279;
}
</style>
border-color css
<style>
span { border-color: #AB4279; }
span { border-color: rgb(171,66,121); }
td.TdClassName
{
border-color: #AB4279;
}
.TagClassName
{
border-color: #AB4279;
}
</style>