Shades of Royal Heath #AB4076
Tints of Royal Heath #AB4076
RGB
CMYK
RGB Variations
Color information
#AB4076 (or 0xAB4076) is known color: Royal Heath. HEX triplet: AB, 40 and 76. RGB value is (171,64,118). Sum of RGB (Red+Green+Blue) = 171+64+118=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4076 is #54BF89. Grayscale: #666666. Windows color (decimal): -5554058 or 7749803. OLE color: 7749803.
HSL color Cylindrical-coordinate representation of color #AB4076: hue angle of 329.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4076 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 118 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.33 |
| HSL | 329.72º | 0.46% | 0.46% | - |
| HSV(B) | 329.72º | 0.63% | 0.67% | - |
| XYZ | 21.9 | 13.63 | 18.62 | - |
| YUV | 102.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 118 | 0 | 0.63 | 0.31 | 0.33 | 329.72 | 0.46 | 0.46 |
| Hex | AB | 40 | 76 | 0 | 3F | 1F | 21 | 14A | 2E | 2E |
| Octal | 253 | 100 | 166 | 0 | 77 | 37 | 41 | 512 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1110110 | 0 | 111111 | 11111 | 100001 | 101001010 | 101110 | 101110 |
Color Harmonies of #AB4076
Complementary color
Monochromatic Colors of #AB4076
Black with #AB4076
Text Example
Text Example
White with #AB4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4076; }
p { color: rgb(171,64,118); }
H1.HeaderClassName
{
color: #AB4076;
}
.AnyTagClassName
{
color: #AB4076;
}
</style>
background-color css
<style>
a { background-color: #AB4076; }
a { background-color: rgb(171,64,118); }
div.DivClassName
{
background-color: #AB4076;
}
.BgClassName
{
background-color: #AB4076;
}
</style>
border-color css
<style>
span { border-color: #AB4076; }
span { border-color: rgb(171,64,118); }
td.TdClassName
{
border-color: #AB4076;
}
.TagClassName
{
border-color: #AB4076;
}
</style>