Shades of Royal Heath #AB557C
Tints of Royal Heath #AB557C
RGB
CMYK
RGB Variations
Color information
#AB557C (or 0xAB557C) is known color: Royal Heath. HEX triplet: AB, 55 and 7C. RGB value is (171,85,124). Sum of RGB (Red+Green+Blue) = 171+85+124=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB557C is #54AA83. Grayscale: #737373. Windows color (decimal): -5548676 or 8148395. OLE color: 8148395.
HSL color Cylindrical-coordinate representation of color #AB557C: hue angle of 332.79º 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 #AB557C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 124 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.33 |
| HSL | 332.79º | 0.34% | 0.5% | - |
| HSV(B) | 332.79º | 0.5% | 0.67% | - |
| XYZ | 23.68 | 16.61 | 21.03 | - |
| YUV | 115.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 124 | 0 | 0.50 | 0.27 | 0.33 | 332.79 | 0.34 | 0.5 |
| Hex | AB | 55 | 7C | 0 | 32 | 1B | 21 | 14D | 22 | 32 |
| Octal | 253 | 125 | 174 | 0 | 62 | 33 | 41 | 515 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1111100 | 0 | 110010 | 11011 | 100001 | 101001101 | 100010 | 110010 |
Color Harmonies of #AB557C
Complementary color
Monochromatic Colors of #AB557C
Black with #AB557C
Text Example
Text Example
White with #AB557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB557C; }
p { color: rgb(171,85,124); }
H1.HeaderClassName
{
color: #AB557C;
}
.AnyTagClassName
{
color: #AB557C;
}
</style>
background-color css
<style>
a { background-color: #AB557C; }
a { background-color: rgb(171,85,124); }
div.DivClassName
{
background-color: #AB557C;
}
.BgClassName
{
background-color: #AB557C;
}
</style>
border-color css
<style>
span { border-color: #AB557C; }
span { border-color: rgb(171,85,124); }
td.TdClassName
{
border-color: #AB557C;
}
.TagClassName
{
border-color: #AB557C;
}
</style>