Shades of Amethyst #A16AC2
Tints of Amethyst #A16AC2
RGB
CMYK
RGB Variations
Color information
#A16AC2 (or 0xA16AC2) is known color: Amethyst. HEX triplet: A1, 6A and C2. RGB value is (161,106,194). Sum of RGB (Red+Green+Blue) = 161+106+194=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #A16AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16AC2 is #5E953D. Grayscale: #848484. Windows color (decimal): -6198590 or 12741281. OLE color: 12741281.
HSL color Cylindrical-coordinate representation of color #A16AC2: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16AC2 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 106 | 194 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.24 |
| HSL | 277.5º | 0.42% | 0.59% | - |
| HSV(B) | 277.5º | 0.45% | 0.76% | - |
| XYZ | 29.59 | 21.78 | 53.68 | - |
| YUV | 132.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 194 | 0.17 | 0.45 | 0 | 0.24 | 277.5 | 0.42 | 0.59 |
| Hex | A1 | 6A | C2 | 11 | 2D | 0 | 18 | 116 | 2A | 3B |
| Octal | 241 | 152 | 302 | 21 | 55 | 0 | 30 | 426 | 52 | 73 |
| Binary | 10100001 | 1101010 | 11000010 | 10001 | 101101 | 0 | 11000 | 100010110 | 101010 | 111011 |
Color Harmonies of #A16AC2
Complementary color
Monochromatic Colors of #A16AC2
Black with #A16AC2
Text Example
Text Example
White with #A16AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AC2; }
p { color: rgb(161,106,194); }
H1.HeaderClassName
{
color: #A16AC2;
}
.AnyTagClassName
{
color: #A16AC2;
}
</style>
background-color css
<style>
a { background-color: #A16AC2; }
a { background-color: rgb(161,106,194); }
div.DivClassName
{
background-color: #A16AC2;
}
.BgClassName
{
background-color: #A16AC2;
}
</style>
border-color css
<style>
span { border-color: #A16AC2; }
span { border-color: rgb(161,106,194); }
td.TdClassName
{
border-color: #A16AC2;
}
.TagClassName
{
border-color: #A16AC2;
}
</style>