Shades of Royal Heath #AB517E
Tints of Royal Heath #AB517E
RGB
CMYK
RGB Variations
Color information
#AB517E (or 0xAB517E) is known color: Royal Heath. HEX triplet: AB, 51 and 7E. RGB value is (171,81,126). Sum of RGB (Red+Green+Blue) = 171+81+126=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB517E is #54AE81. Grayscale: #707070. Windows color (decimal): -5549698 or 8278443. OLE color: 8278443.
HSL color Cylindrical-coordinate representation of color #AB517E: hue angle of 330º 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 #AB517E is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 126 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.33 |
| HSL | 330º | 0.36% | 0.49% | - |
| HSV(B) | 330º | 0.53% | 0.67% | - |
| XYZ | 23.5 | 16.05 | 21.6 | - |
| YUV | 113.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 126 | 0 | 0.53 | 0.26 | 0.33 | 330 | 0.36 | 0.49 |
| Hex | AB | 51 | 7E | 0 | 35 | 1A | 21 | 14A | 24 | 31 |
| Octal | 253 | 121 | 176 | 0 | 65 | 32 | 41 | 512 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1111110 | 0 | 110101 | 11010 | 100001 | 101001010 | 100100 | 110001 |
Color Harmonies of #AB517E
Complementary color
Monochromatic Colors of #AB517E
Black with #AB517E
Text Example
Text Example
White with #AB517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB517E; }
p { color: rgb(171,81,126); }
H1.HeaderClassName
{
color: #AB517E;
}
.AnyTagClassName
{
color: #AB517E;
}
</style>
background-color css
<style>
a { background-color: #AB517E; }
a { background-color: rgb(171,81,126); }
div.DivClassName
{
background-color: #AB517E;
}
.BgClassName
{
background-color: #AB517E;
}
</style>
border-color css
<style>
span { border-color: #AB517E; }
span { border-color: rgb(171,81,126); }
td.TdClassName
{
border-color: #AB517E;
}
.TagClassName
{
border-color: #AB517E;
}
</style>