Shades of Royal Heath #AB537F
Tints of Royal Heath #AB537F
RGB
CMYK
RGB Variations
Color information
#AB537F (or 0xAB537F) is known color: Royal Heath. HEX triplet: AB, 53 and 7F. RGB value is (171,83,127). Sum of RGB (Red+Green+Blue) = 171+83+127=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB537F is #54AC80. Grayscale: #727272. Windows color (decimal): -5549185 or 8344491. OLE color: 8344491.
HSL color Cylindrical-coordinate representation of color #AB537F: hue angle of 330º 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 #AB537F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 127 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.33 |
| HSL | 330º | 0.35% | 0.5% | - |
| HSV(B) | 330º | 0.51% | 0.67% | - |
| XYZ | 23.72 | 16.38 | 21.99 | - |
| YUV | 114.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 127 | 0 | 0.51 | 0.26 | 0.33 | 330 | 0.35 | 0.5 |
| Hex | AB | 53 | 7F | 0 | 33 | 1A | 21 | 14A | 23 | 32 |
| Octal | 253 | 123 | 177 | 0 | 63 | 32 | 41 | 512 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1111111 | 0 | 110011 | 11010 | 100001 | 101001010 | 100011 | 110010 |
Color Harmonies of #AB537F
Complementary color
Monochromatic Colors of #AB537F
Black with #AB537F
Text Example
Text Example
White with #AB537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB537F; }
p { color: rgb(171,83,127); }
H1.HeaderClassName
{
color: #AB537F;
}
.AnyTagClassName
{
color: #AB537F;
}
</style>
background-color css
<style>
a { background-color: #AB537F; }
a { background-color: rgb(171,83,127); }
div.DivClassName
{
background-color: #AB537F;
}
.BgClassName
{
background-color: #AB537F;
}
</style>
border-color css
<style>
span { border-color: #AB537F; }
span { border-color: rgb(171,83,127); }
td.TdClassName
{
border-color: #AB537F;
}
.TagClassName
{
border-color: #AB537F;
}
</style>