Shades of Royal Heath #A0517B
Tints of Royal Heath #A0517B
RGB
CMYK
RGB Variations
Color information
#A0517B (or 0xA0517B) is known color: Royal Heath. HEX triplet: A0, 51 and 7B. RGB value is (160,81,123). Sum of RGB (Red+Green+Blue) = 160+81+123=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0517B is #5FAE84. Grayscale: #6D6D6D. Windows color (decimal): -6270597 or 8081824. OLE color: 8081824.
HSL color Cylindrical-coordinate representation of color #A0517B: hue angle of 328.1º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0517B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 123 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.37 |
| HSL | 328.1º | 0.33% | 0.47% | - |
| HSV(B) | 328.1º | 0.49% | 0.63% | - |
| XYZ | 21.01 | 14.79 | 20.49 | - |
| YUV | 109.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 123 | 0 | 0.49 | 0.23 | 0.37 | 328.1 | 0.33 | 0.47 |
| Hex | A0 | 51 | 7B | 0 | 31 | 17 | 25 | 148 | 21 | 2F |
| Octal | 240 | 121 | 173 | 0 | 61 | 27 | 45 | 510 | 41 | 57 |
| Binary | 10100000 | 1010001 | 1111011 | 0 | 110001 | 10111 | 100101 | 101001000 | 100001 | 101111 |
Color Harmonies of #A0517B
Complementary color
Monochromatic Colors of #A0517B
Black with #A0517B
Text Example
Text Example
White with #A0517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0517B; }
p { color: rgb(160,81,123); }
H1.HeaderClassName
{
color: #A0517B;
}
.AnyTagClassName
{
color: #A0517B;
}
</style>
background-color css
<style>
a { background-color: #A0517B; }
a { background-color: rgb(160,81,123); }
div.DivClassName
{
background-color: #A0517B;
}
.BgClassName
{
background-color: #A0517B;
}
</style>
border-color css
<style>
span { border-color: #A0517B; }
span { border-color: rgb(160,81,123); }
td.TdClassName
{
border-color: #A0517B;
}
.TagClassName
{
border-color: #A0517B;
}
</style>