Shades of Royal Heath #AB517F
Tints of Royal Heath #AB517F
RGB
CMYK
RGB Variations
Color information
#AB517F (or 0xAB517F) is known color: Royal Heath. HEX triplet: AB, 51 and 7F. RGB value is (171,81,127). Sum of RGB (Red+Green+Blue) = 171+81+127=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB517F is #54AE80. Grayscale: #717171. Windows color (decimal): -5549697 or 8343979. OLE color: 8343979.
HSL color Cylindrical-coordinate representation of color #AB517F: hue angle of 329.33º 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 #AB517F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 127 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.33 |
| HSL | 329.33º | 0.36% | 0.49% | - |
| HSV(B) | 329.33º | 0.53% | 0.67% | - |
| XYZ | 23.57 | 16.08 | 21.94 | - |
| YUV | 113.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 127 | 0 | 0.53 | 0.26 | 0.33 | 329.33 | 0.36 | 0.49 |
| Hex | AB | 51 | 7F | 0 | 35 | 1A | 21 | 149 | 24 | 31 |
| Octal | 253 | 121 | 177 | 0 | 65 | 32 | 41 | 511 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1111111 | 0 | 110101 | 11010 | 100001 | 101001001 | 100100 | 110001 |
Color Harmonies of #AB517F
Complementary color
Monochromatic Colors of #AB517F
Black with #AB517F
Text Example
Text Example
White with #AB517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB517F; }
p { color: rgb(171,81,127); }
H1.HeaderClassName
{
color: #AB517F;
}
.AnyTagClassName
{
color: #AB517F;
}
</style>
background-color css
<style>
a { background-color: #AB517F; }
a { background-color: rgb(171,81,127); }
div.DivClassName
{
background-color: #AB517F;
}
.BgClassName
{
background-color: #AB517F;
}
</style>
border-color css
<style>
span { border-color: #AB517F; }
span { border-color: rgb(171,81,127); }
td.TdClassName
{
border-color: #AB517F;
}
.TagClassName
{
border-color: #AB517F;
}
</style>