Shades of Royal Heath #AB5B7E
Tints of Royal Heath #AB5B7E
RGB
CMYK
RGB Variations
Color information
#AB5B7E (or 0xAB5B7E) is known color: Royal Heath. HEX triplet: AB, 5B and 7E. RGB value is (171,91,126). Sum of RGB (Red+Green+Blue) = 171+91+126=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B7E is #54A481. Grayscale: #767676. Windows color (decimal): -5547138 or 8281003. OLE color: 8281003.
HSL color Cylindrical-coordinate representation of color #AB5B7E: hue angle of 333.75º degrees, saturation: 0.32, 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 #AB5B7E is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 126 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.33 |
| HSL | 333.75º | 0.32% | 0.51% | - |
| HSV(B) | 333.75º | 0.47% | 0.67% | - |
| XYZ | 24.3 | 17.65 | 21.86 | - |
| YUV | 118.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 126 | 0 | 0.47 | 0.26 | 0.33 | 333.75 | 0.32 | 0.51 |
| Hex | AB | 5B | 7E | 0 | 2F | 1A | 21 | 14E | 20 | 33 |
| Octal | 253 | 133 | 176 | 0 | 57 | 32 | 41 | 516 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1111110 | 0 | 101111 | 11010 | 100001 | 101001110 | 100000 | 110011 |
Color Harmonies of #AB5B7E
Complementary color
Monochromatic Colors of #AB5B7E
Black with #AB5B7E
Text Example
Text Example
White with #AB5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B7E; }
p { color: rgb(171,91,126); }
H1.HeaderClassName
{
color: #AB5B7E;
}
.AnyTagClassName
{
color: #AB5B7E;
}
</style>
background-color css
<style>
a { background-color: #AB5B7E; }
a { background-color: rgb(171,91,126); }
div.DivClassName
{
background-color: #AB5B7E;
}
.BgClassName
{
background-color: #AB5B7E;
}
</style>
border-color css
<style>
span { border-color: #AB5B7E; }
span { border-color: rgb(171,91,126); }
td.TdClassName
{
border-color: #AB5B7E;
}
.TagClassName
{
border-color: #AB5B7E;
}
</style>