Shades of Royal Heath #AB5576
Tints of Royal Heath #AB5576
RGB
CMYK
RGB Variations
Color information
#AB5576 (or 0xAB5576) is known color: Royal Heath. HEX triplet: AB, 55 and 76. RGB value is (171,85,118). Sum of RGB (Red+Green+Blue) = 171+85+118=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5576 is #54AA89. Grayscale: #727272. Windows color (decimal): -5548682 or 7755179. OLE color: 7755179.
HSL color Cylindrical-coordinate representation of color #AB5576: hue angle of 336.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5576 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 118 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.33 |
| HSL | 336.98º | 0.34% | 0.5% | - |
| HSV(B) | 336.98º | 0.5% | 0.67% | - |
| XYZ | 23.31 | 16.46 | 19.09 | - |
| YUV | 114.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 118 | 0 | 0.50 | 0.31 | 0.33 | 336.98 | 0.34 | 0.5 |
| Hex | AB | 55 | 76 | 0 | 32 | 1F | 21 | 151 | 22 | 32 |
| Octal | 253 | 125 | 166 | 0 | 62 | 37 | 41 | 521 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1110110 | 0 | 110010 | 11111 | 100001 | 101010001 | 100010 | 110010 |
Color Harmonies of #AB5576
Complementary color
Monochromatic Colors of #AB5576
Black with #AB5576
Text Example
Text Example
White with #AB5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5576; }
p { color: rgb(171,85,118); }
H1.HeaderClassName
{
color: #AB5576;
}
.AnyTagClassName
{
color: #AB5576;
}
</style>
background-color css
<style>
a { background-color: #AB5576; }
a { background-color: rgb(171,85,118); }
div.DivClassName
{
background-color: #AB5576;
}
.BgClassName
{
background-color: #AB5576;
}
</style>
border-color css
<style>
span { border-color: #AB5576; }
span { border-color: rgb(171,85,118); }
td.TdClassName
{
border-color: #AB5576;
}
.TagClassName
{
border-color: #AB5576;
}
</style>