Shades of Royal Heath #AB4D77
Tints of Royal Heath #AB4D77
RGB
CMYK
RGB Variations
Color information
#AB4D77 (or 0xAB4D77) is known color: Royal Heath. HEX triplet: AB, 4D and 77. RGB value is (171,77,119). Sum of RGB (Red+Green+Blue) = 171+77+119=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D77 is #54B288. Grayscale: #6D6D6D. Windows color (decimal): -5550729 or 7818667. OLE color: 7818667.
HSL color Cylindrical-coordinate representation of color #AB4D77: hue angle of 333.19º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D77 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 119 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.33 |
| HSL | 333.19º | 0.38% | 0.49% | - |
| HSV(B) | 333.19º | 0.55% | 0.67% | - |
| XYZ | 22.78 | 15.3 | 19.2 | - |
| YUV | 109.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 119 | 0 | 0.55 | 0.30 | 0.33 | 333.19 | 0.38 | 0.49 |
| Hex | AB | 4D | 77 | 0 | 37 | 1E | 21 | 14D | 26 | 31 |
| Octal | 253 | 115 | 167 | 0 | 67 | 36 | 41 | 515 | 46 | 61 |
| Binary | 10101011 | 1001101 | 1110111 | 0 | 110111 | 11110 | 100001 | 101001101 | 100110 | 110001 |
Color Harmonies of #AB4D77
Complementary color
Monochromatic Colors of #AB4D77
Black with #AB4D77
Text Example
Text Example
White with #AB4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D77; }
p { color: rgb(171,77,119); }
H1.HeaderClassName
{
color: #AB4D77;
}
.AnyTagClassName
{
color: #AB4D77;
}
</style>
background-color css
<style>
a { background-color: #AB4D77; }
a { background-color: rgb(171,77,119); }
div.DivClassName
{
background-color: #AB4D77;
}
.BgClassName
{
background-color: #AB4D77;
}
</style>
border-color css
<style>
span { border-color: #AB4D77; }
span { border-color: rgb(171,77,119); }
td.TdClassName
{
border-color: #AB4D77;
}
.TagClassName
{
border-color: #AB4D77;
}
</style>