Shades of Royal Heath #A1517A
Tints of Royal Heath #A1517A
RGB
CMYK
RGB Variations
Color information
#A1517A (or 0xA1517A) is known color: Royal Heath. HEX triplet: A1, 51 and 7A. RGB value is (161,81,122). Sum of RGB (Red+Green+Blue) = 161+81+122=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A1517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1517A is #5EAE85. Grayscale: #6D6D6D. Windows color (decimal): -6205062 or 8016289. OLE color: 8016289.
HSL color Cylindrical-coordinate representation of color #A1517A: hue angle of 329.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1517A is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 122 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.37 |
| HSL | 329.25º | 0.33% | 0.47% | - |
| HSV(B) | 329.25º | 0.5% | 0.63% | - |
| XYZ | 21.15 | 14.87 | 20.17 | - |
| YUV | 109.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 122 | 0 | 0.50 | 0.24 | 0.37 | 329.25 | 0.33 | 0.47 |
| Hex | A1 | 51 | 7A | 0 | 32 | 18 | 25 | 149 | 21 | 2F |
| Octal | 241 | 121 | 172 | 0 | 62 | 30 | 45 | 511 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1111010 | 0 | 110010 | 11000 | 100101 | 101001001 | 100001 | 101111 |
Color Harmonies of #A1517A
Complementary color
Monochromatic Colors of #A1517A
Black with #A1517A
Text Example
Text Example
White with #A1517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1517A; }
p { color: rgb(161,81,122); }
H1.HeaderClassName
{
color: #A1517A;
}
.AnyTagClassName
{
color: #A1517A;
}
</style>
background-color css
<style>
a { background-color: #A1517A; }
a { background-color: rgb(161,81,122); }
div.DivClassName
{
background-color: #A1517A;
}
.BgClassName
{
background-color: #A1517A;
}
</style>
border-color css
<style>
span { border-color: #A1517A; }
span { border-color: rgb(161,81,122); }
td.TdClassName
{
border-color: #A1517A;
}
.TagClassName
{
border-color: #A1517A;
}
</style>