Shades of Royal Heath #AB5D7E
Tints of Royal Heath #AB5D7E
RGB
CMYK
RGB Variations
Color information
#AB5D7E (or 0xAB5D7E) is known color: Royal Heath. HEX triplet: AB, 5D and 7E. RGB value is (171,93,126). Sum of RGB (Red+Green+Blue) = 171+93+126=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D7E is #54A281. Grayscale: #787878. Windows color (decimal): -5546626 or 8281515. OLE color: 8281515.
HSL color Cylindrical-coordinate representation of color #AB5D7E: hue angle of 334.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D7E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 126 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.33 |
| HSL | 334.62º | 0.32% | 0.52% | - |
| HSV(B) | 334.62º | 0.46% | 0.67% | - |
| XYZ | 24.47 | 17.99 | 21.92 | - |
| YUV | 120.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 126 | 0 | 0.46 | 0.26 | 0.33 | 334.62 | 0.32 | 0.52 |
| Hex | AB | 5D | 7E | 0 | 2E | 1A | 21 | 14F | 20 | 34 |
| Octal | 253 | 135 | 176 | 0 | 56 | 32 | 41 | 517 | 40 | 64 |
| Binary | 10101011 | 1011101 | 1111110 | 0 | 101110 | 11010 | 100001 | 101001111 | 100000 | 110100 |
Color Harmonies of #AB5D7E
Complementary color
Monochromatic Colors of #AB5D7E
Black with #AB5D7E
Text Example
Text Example
White with #AB5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D7E; }
p { color: rgb(171,93,126); }
H1.HeaderClassName
{
color: #AB5D7E;
}
.AnyTagClassName
{
color: #AB5D7E;
}
</style>
background-color css
<style>
a { background-color: #AB5D7E; }
a { background-color: rgb(171,93,126); }
div.DivClassName
{
background-color: #AB5D7E;
}
.BgClassName
{
background-color: #AB5D7E;
}
</style>
border-color css
<style>
span { border-color: #AB5D7E; }
span { border-color: rgb(171,93,126); }
td.TdClassName
{
border-color: #AB5D7E;
}
.TagClassName
{
border-color: #AB5D7E;
}
</style>