Shades of Royal Heath #AB537C
Tints of Royal Heath #AB537C
RGB
CMYK
RGB Variations
Color information
#AB537C (or 0xAB537C) is known color: Royal Heath. HEX triplet: AB, 53 and 7C. RGB value is (171,83,124). Sum of RGB (Red+Green+Blue) = 171+83+124=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB537C is #54AC83. Grayscale: #717171. Windows color (decimal): -5549188 or 8147883. OLE color: 8147883.
HSL color Cylindrical-coordinate representation of color #AB537C: hue angle of 332.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB537C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 124 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.33 |
| HSL | 332.05º | 0.35% | 0.5% | - |
| HSV(B) | 332.05º | 0.51% | 0.67% | - |
| XYZ | 23.53 | 16.3 | 20.97 | - |
| YUV | 113.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 124 | 0 | 0.51 | 0.27 | 0.33 | 332.05 | 0.35 | 0.5 |
| Hex | AB | 53 | 7C | 0 | 33 | 1B | 21 | 14C | 23 | 32 |
| Octal | 253 | 123 | 174 | 0 | 63 | 33 | 41 | 514 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1111100 | 0 | 110011 | 11011 | 100001 | 101001100 | 100011 | 110010 |
Color Harmonies of #AB537C
Complementary color
Monochromatic Colors of #AB537C
Black with #AB537C
Text Example
Text Example
White with #AB537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB537C; }
p { color: rgb(171,83,124); }
H1.HeaderClassName
{
color: #AB537C;
}
.AnyTagClassName
{
color: #AB537C;
}
</style>
background-color css
<style>
a { background-color: #AB537C; }
a { background-color: rgb(171,83,124); }
div.DivClassName
{
background-color: #AB537C;
}
.BgClassName
{
background-color: #AB537C;
}
</style>
border-color css
<style>
span { border-color: #AB537C; }
span { border-color: rgb(171,83,124); }
td.TdClassName
{
border-color: #AB537C;
}
.TagClassName
{
border-color: #AB537C;
}
</style>