Shades of Royal Heath #AB5B7A
Tints of Royal Heath #AB5B7A
RGB
CMYK
RGB Variations
Color information
#AB5B7A (or 0xAB5B7A) is known color: Royal Heath. HEX triplet: AB, 5B and 7A. RGB value is (171,91,122). Sum of RGB (Red+Green+Blue) = 171+91+122=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B7A is #54A485. Grayscale: #767676. Windows color (decimal): -5547142 or 8018859. OLE color: 8018859.
HSL color Cylindrical-coordinate representation of color #AB5B7A: hue angle of 336.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 #AB5B7A is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 122 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.33 |
| HSL | 336.75º | 0.32% | 0.51% | - |
| HSV(B) | 336.75º | 0.47% | 0.67% | - |
| XYZ | 24.05 | 17.55 | 20.53 | - |
| YUV | 118.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 122 | 0 | 0.47 | 0.29 | 0.33 | 336.75 | 0.32 | 0.51 |
| Hex | AB | 5B | 7A | 0 | 2F | 1D | 21 | 151 | 20 | 33 |
| Octal | 253 | 133 | 172 | 0 | 57 | 35 | 41 | 521 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1111010 | 0 | 101111 | 11101 | 100001 | 101010001 | 100000 | 110011 |
Color Harmonies of #AB5B7A
Complementary color
Monochromatic Colors of #AB5B7A
Black with #AB5B7A
Text Example
Text Example
White with #AB5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B7A; }
p { color: rgb(171,91,122); }
H1.HeaderClassName
{
color: #AB5B7A;
}
.AnyTagClassName
{
color: #AB5B7A;
}
</style>
background-color css
<style>
a { background-color: #AB5B7A; }
a { background-color: rgb(171,91,122); }
div.DivClassName
{
background-color: #AB5B7A;
}
.BgClassName
{
background-color: #AB5B7A;
}
</style>
border-color css
<style>
span { border-color: #AB5B7A; }
span { border-color: rgb(171,91,122); }
td.TdClassName
{
border-color: #AB5B7A;
}
.TagClassName
{
border-color: #AB5B7A;
}
</style>