Shades of Royal Heath #AB577C
Tints of Royal Heath #AB577C
RGB
CMYK
RGB Variations
Color information
#AB577C (or 0xAB577C) is known color: Royal Heath. HEX triplet: AB, 57 and 7C. RGB value is (171,87,124). Sum of RGB (Red+Green+Blue) = 171+87+124=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB577C is #54A883. Grayscale: #747474. Windows color (decimal): -5548164 or 8148907. OLE color: 8148907.
HSL color Cylindrical-coordinate representation of color #AB577C: hue angle of 333.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB577C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 124 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.33 |
| HSL | 333.57º | 0.33% | 0.51% | - |
| HSV(B) | 333.57º | 0.49% | 0.67% | - |
| XYZ | 23.84 | 16.93 | 21.08 | - |
| YUV | 116.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 124 | 0 | 0.49 | 0.27 | 0.33 | 333.57 | 0.33 | 0.51 |
| Hex | AB | 57 | 7C | 0 | 31 | 1B | 21 | 14E | 21 | 33 |
| Octal | 253 | 127 | 174 | 0 | 61 | 33 | 41 | 516 | 41 | 63 |
| Binary | 10101011 | 1010111 | 1111100 | 0 | 110001 | 11011 | 100001 | 101001110 | 100001 | 110011 |
Color Harmonies of #AB577C
Complementary color
Monochromatic Colors of #AB577C
Black with #AB577C
Text Example
Text Example
White with #AB577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB577C; }
p { color: rgb(171,87,124); }
H1.HeaderClassName
{
color: #AB577C;
}
.AnyTagClassName
{
color: #AB577C;
}
</style>
background-color css
<style>
a { background-color: #AB577C; }
a { background-color: rgb(171,87,124); }
div.DivClassName
{
background-color: #AB577C;
}
.BgClassName
{
background-color: #AB577C;
}
</style>
border-color css
<style>
span { border-color: #AB577C; }
span { border-color: rgb(171,87,124); }
td.TdClassName
{
border-color: #AB577C;
}
.TagClassName
{
border-color: #AB577C;
}
</style>