Shades of Royal Heath #AB5B7B
Tints of Royal Heath #AB5B7B
RGB
CMYK
RGB Variations
Color information
#AB5B7B (or 0xAB5B7B) is known color: Royal Heath. HEX triplet: AB, 5B and 7B. RGB value is (171,91,123). Sum of RGB (Red+Green+Blue) = 171+91+123=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B7B is #54A484. Grayscale: #767676. Windows color (decimal): -5547141 or 8084395. OLE color: 8084395.
HSL color Cylindrical-coordinate representation of color #AB5B7B: hue angle of 336º 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 #AB5B7B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 123 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.33 |
| HSL | 336º | 0.32% | 0.51% | - |
| HSV(B) | 336º | 0.47% | 0.67% | - |
| XYZ | 24.11 | 17.57 | 20.86 | - |
| YUV | 118.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 123 | 0 | 0.47 | 0.28 | 0.33 | 336 | 0.32 | 0.51 |
| Hex | AB | 5B | 7B | 0 | 2F | 1C | 21 | 150 | 20 | 33 |
| Octal | 253 | 133 | 173 | 0 | 57 | 34 | 41 | 520 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1111011 | 0 | 101111 | 11100 | 100001 | 101010000 | 100000 | 110011 |
Color Harmonies of #AB5B7B
Complementary color
Monochromatic Colors of #AB5B7B
Black with #AB5B7B
Text Example
Text Example
White with #AB5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B7B; }
p { color: rgb(171,91,123); }
H1.HeaderClassName
{
color: #AB5B7B;
}
.AnyTagClassName
{
color: #AB5B7B;
}
</style>
background-color css
<style>
a { background-color: #AB5B7B; }
a { background-color: rgb(171,91,123); }
div.DivClassName
{
background-color: #AB5B7B;
}
.BgClassName
{
background-color: #AB5B7B;
}
</style>
border-color css
<style>
span { border-color: #AB5B7B; }
span { border-color: rgb(171,91,123); }
td.TdClassName
{
border-color: #AB5B7B;
}
.TagClassName
{
border-color: #AB5B7B;
}
</style>