Shades of Amethyst #A161CE
Tints of Amethyst #A161CE
RGB
CMYK
RGB Variations
Color information
#A161CE (or 0xA161CE) is known color: Amethyst. HEX triplet: A1, 61 and CE. RGB value is (161,97,206). Sum of RGB (Red+Green+Blue) = 161+97+206=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A161CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161CE is #5E9E31. Grayscale: #808080. Windows color (decimal): -6200882 or 13525409. OLE color: 13525409.
HSL color Cylindrical-coordinate representation of color #A161CE: hue angle of 275.23º 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 #A161CE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 97 | 206 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.19 |
| HSL | 275.23º | 0.53% | 0.59% | - |
| HSV(B) | 275.23º | 0.53% | 0.81% | - |
| XYZ | 30.11 | 20.58 | 60.78 | - |
| YUV | 128.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 206 | 0.22 | 0.53 | 0 | 0.19 | 275.23 | 0.53 | 0.59 |
| Hex | A1 | 61 | CE | 16 | 35 | 0 | 13 | 113 | 35 | 3B |
| Octal | 241 | 141 | 316 | 26 | 65 | 0 | 23 | 423 | 65 | 73 |
| Binary | 10100001 | 1100001 | 11001110 | 10110 | 110101 | 0 | 10011 | 100010011 | 110101 | 111011 |
Color Harmonies of #A161CE
Complementary color
Monochromatic Colors of #A161CE
Black with #A161CE
Text Example
Text Example
White with #A161CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161CE; }
p { color: rgb(161,97,206); }
H1.HeaderClassName
{
color: #A161CE;
}
.AnyTagClassName
{
color: #A161CE;
}
</style>
background-color css
<style>
a { background-color: #A161CE; }
a { background-color: rgb(161,97,206); }
div.DivClassName
{
background-color: #A161CE;
}
.BgClassName
{
background-color: #A161CE;
}
</style>
border-color css
<style>
span { border-color: #A161CE; }
span { border-color: rgb(161,97,206); }
td.TdClassName
{
border-color: #A161CE;
}
.TagClassName
{
border-color: #A161CE;
}
</style>