Shades of Royal Heath #A1517E
Tints of Royal Heath #A1517E
RGB
CMYK
RGB Variations
Color information
#A1517E (or 0xA1517E) is known color: Royal Heath. HEX triplet: A1, 51 and 7E. RGB value is (161,81,126). Sum of RGB (Red+Green+Blue) = 161+81+126=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1517E is #5EAE81. Grayscale: #6D6D6D. Windows color (decimal): -6205058 or 8278433. OLE color: 8278433.
HSL color Cylindrical-coordinate representation of color #A1517E: hue angle of 326.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 #A1517E is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 126 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.37 |
| HSL | 326.25º | 0.33% | 0.47% | - |
| HSV(B) | 326.25º | 0.5% | 0.63% | - |
| XYZ | 21.41 | 14.97 | 21.5 | - |
| YUV | 110.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 126 | 0 | 0.50 | 0.22 | 0.37 | 326.25 | 0.33 | 0.47 |
| Hex | A1 | 51 | 7E | 0 | 32 | 16 | 25 | 146 | 21 | 2F |
| Octal | 241 | 121 | 176 | 0 | 62 | 26 | 45 | 506 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1111110 | 0 | 110010 | 10110 | 100101 | 101000110 | 100001 | 101111 |
Color Harmonies of #A1517E
Complementary color
Monochromatic Colors of #A1517E
Black with #A1517E
Text Example
Text Example
White with #A1517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1517E; }
p { color: rgb(161,81,126); }
H1.HeaderClassName
{
color: #A1517E;
}
.AnyTagClassName
{
color: #A1517E;
}
</style>
background-color css
<style>
a { background-color: #A1517E; }
a { background-color: rgb(161,81,126); }
div.DivClassName
{
background-color: #A1517E;
}
.BgClassName
{
background-color: #A1517E;
}
</style>
border-color css
<style>
span { border-color: #A1517E; }
span { border-color: rgb(161,81,126); }
td.TdClassName
{
border-color: #A1517E;
}
.TagClassName
{
border-color: #A1517E;
}
</style>