Shades of Amethyst #A160CE
Tints of Amethyst #A160CE
RGB
CMYK
RGB Variations
Color information
#A160CE (or 0xA160CE) is known color: Amethyst. HEX triplet: A1, 60 and CE. RGB value is (161,96,206). Sum of RGB (Red+Green+Blue) = 161+96+206=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A160CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160CE is #5E9F31. Grayscale: #7F7F7F. Windows color (decimal): -6201138 or 13525153. OLE color: 13525153.
HSL color Cylindrical-coordinate representation of color #A160CE: hue angle of 275.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A160CE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 96 | 206 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.19 |
| HSL | 275.45º | 0.53% | 0.59% | - |
| HSV(B) | 275.45º | 0.53% | 0.81% | - |
| XYZ | 30.02 | 20.4 | 60.75 | - |
| YUV | 127.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 206 | 0.22 | 0.53 | 0 | 0.19 | 275.45 | 0.53 | 0.59 |
| Hex | A1 | 60 | CE | 16 | 35 | 0 | 13 | 113 | 35 | 3B |
| Octal | 241 | 140 | 316 | 26 | 65 | 0 | 23 | 423 | 65 | 73 |
| Binary | 10100001 | 1100000 | 11001110 | 10110 | 110101 | 0 | 10011 | 100010011 | 110101 | 111011 |
Color Harmonies of #A160CE
Complementary color
Monochromatic Colors of #A160CE
Black with #A160CE
Text Example
Text Example
White with #A160CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A160CE; }
p { color: rgb(161,96,206); }
H1.HeaderClassName
{
color: #A160CE;
}
.AnyTagClassName
{
color: #A160CE;
}
</style>
background-color css
<style>
a { background-color: #A160CE; }
a { background-color: rgb(161,96,206); }
div.DivClassName
{
background-color: #A160CE;
}
.BgClassName
{
background-color: #A160CE;
}
</style>
border-color css
<style>
span { border-color: #A160CE; }
span { border-color: rgb(161,96,206); }
td.TdClassName
{
border-color: #A160CE;
}
.TagClassName
{
border-color: #A160CE;
}
</style>