Shades of Royal Heath #AB5A7F
Tints of Royal Heath #AB5A7F
RGB
CMYK
RGB Variations
Color information
#AB5A7F (or 0xAB5A7F) is known color: Royal Heath. HEX triplet: AB, 5A and 7F. RGB value is (171,90,127). Sum of RGB (Red+Green+Blue) = 171+90+127=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A7F is #54A580. Grayscale: #767676. Windows color (decimal): -5547393 or 8346283. OLE color: 8346283.
HSL color Cylindrical-coordinate representation of color #AB5A7F: hue angle of 332.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A7F is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 127 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.33 |
| HSL | 332.59º | 0.33% | 0.51% | - |
| HSV(B) | 332.59º | 0.47% | 0.67% | - |
| XYZ | 24.28 | 17.5 | 22.18 | - |
| YUV | 118.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 127 | 0 | 0.47 | 0.26 | 0.33 | 332.59 | 0.33 | 0.51 |
| Hex | AB | 5A | 7F | 0 | 2F | 1A | 21 | 14D | 21 | 33 |
| Octal | 253 | 132 | 177 | 0 | 57 | 32 | 41 | 515 | 41 | 63 |
| Binary | 10101011 | 1011010 | 1111111 | 0 | 101111 | 11010 | 100001 | 101001101 | 100001 | 110011 |
Color Harmonies of #AB5A7F
Complementary color
Monochromatic Colors of #AB5A7F
Black with #AB5A7F
Text Example
Text Example
White with #AB5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A7F; }
p { color: rgb(171,90,127); }
H1.HeaderClassName
{
color: #AB5A7F;
}
.AnyTagClassName
{
color: #AB5A7F;
}
</style>
background-color css
<style>
a { background-color: #AB5A7F; }
a { background-color: rgb(171,90,127); }
div.DivClassName
{
background-color: #AB5A7F;
}
.BgClassName
{
background-color: #AB5A7F;
}
</style>
border-color css
<style>
span { border-color: #AB5A7F; }
span { border-color: rgb(171,90,127); }
td.TdClassName
{
border-color: #AB5A7F;
}
.TagClassName
{
border-color: #AB5A7F;
}
</style>