Shades of Royal Heath #AB516F
Tints of Royal Heath #AB516F
RGB
CMYK
RGB Variations
Color information
#AB516F (or 0xAB516F) is known color: Royal Heath. HEX triplet: AB, 51 and 6F. RGB value is (171,81,111). Sum of RGB (Red+Green+Blue) = 171+81+111=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB516F is #54AE90. Grayscale: #6F6F6F. Windows color (decimal): -5549713 or 7295403. OLE color: 7295403.
HSL color Cylindrical-coordinate representation of color #AB516F: hue angle of 340º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB516F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 111 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.33 |
| HSL | 340º | 0.36% | 0.49% | - |
| HSV(B) | 340º | 0.53% | 0.67% | - |
| XYZ | 22.61 | 15.69 | 16.88 | - |
| YUV | 111.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 111 | 0 | 0.53 | 0.35 | 0.33 | 340 | 0.36 | 0.49 |
| Hex | AB | 51 | 6F | 0 | 35 | 23 | 21 | 154 | 24 | 31 |
| Octal | 253 | 121 | 157 | 0 | 65 | 43 | 41 | 524 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1101111 | 0 | 110101 | 100011 | 100001 | 101010100 | 100100 | 110001 |
Color Harmonies of #AB516F
Complementary color
Monochromatic Colors of #AB516F
Black with #AB516F
Text Example
Text Example
White with #AB516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB516F; }
p { color: rgb(171,81,111); }
H1.HeaderClassName
{
color: #AB516F;
}
.AnyTagClassName
{
color: #AB516F;
}
</style>
background-color css
<style>
a { background-color: #AB516F; }
a { background-color: rgb(171,81,111); }
div.DivClassName
{
background-color: #AB516F;
}
.BgClassName
{
background-color: #AB516F;
}
</style>
border-color css
<style>
span { border-color: #AB516F; }
span { border-color: rgb(171,81,111); }
td.TdClassName
{
border-color: #AB516F;
}
.TagClassName
{
border-color: #AB516F;
}
</style>