Shades of Royal Heath #A3517B
Tints of Royal Heath #A3517B
RGB
CMYK
RGB Variations
Color information
#A3517B (or 0xA3517B) is known color: Royal Heath. HEX triplet: A3, 51 and 7B. RGB value is (163,81,123). Sum of RGB (Red+Green+Blue) = 163+81+123=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3517B is #5CAE84. Grayscale: #6E6E6E. Windows color (decimal): -6073989 or 8081827. OLE color: 8081827.
HSL color Cylindrical-coordinate representation of color #A3517B: hue angle of 329.27º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3517B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 123 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.36 |
| HSL | 329.27º | 0.34% | 0.48% | - |
| HSV(B) | 329.27º | 0.5% | 0.64% | - |
| XYZ | 21.62 | 15.1 | 20.51 | - |
| YUV | 110.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 123 | 0 | 0.50 | 0.25 | 0.36 | 329.27 | 0.34 | 0.48 |
| Hex | A3 | 51 | 7B | 0 | 32 | 19 | 24 | 149 | 22 | 30 |
| Octal | 243 | 121 | 173 | 0 | 62 | 31 | 44 | 511 | 42 | 60 |
| Binary | 10100011 | 1010001 | 1111011 | 0 | 110010 | 11001 | 100100 | 101001001 | 100010 | 110000 |
Color Harmonies of #A3517B
Complementary color
Monochromatic Colors of #A3517B
Black with #A3517B
Text Example
Text Example
White with #A3517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3517B; }
p { color: rgb(163,81,123); }
H1.HeaderClassName
{
color: #A3517B;
}
.AnyTagClassName
{
color: #A3517B;
}
</style>
background-color css
<style>
a { background-color: #A3517B; }
a { background-color: rgb(163,81,123); }
div.DivClassName
{
background-color: #A3517B;
}
.BgClassName
{
background-color: #A3517B;
}
</style>
border-color css
<style>
span { border-color: #A3517B; }
span { border-color: rgb(163,81,123); }
td.TdClassName
{
border-color: #A3517B;
}
.TagClassName
{
border-color: #A3517B;
}
</style>