Shades of Amethyst #A96EC2
Tints of Amethyst #A96EC2
RGB
CMYK
RGB Variations
Color information
#A96EC2 (or 0xA96EC2) is known color: Amethyst. HEX triplet: A9, 6E and C2. RGB value is (169,110,194). Sum of RGB (Red+Green+Blue) = 169+110+194=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #A96EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC2 is #56913D. Grayscale: #888888. Windows color (decimal): -5673278 or 12742313. OLE color: 12742313.
HSL color Cylindrical-coordinate representation of color #A96EC2: hue angle of 282.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96EC2 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 110 | 194 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.24 |
| HSL | 282.14º | 0.41% | 0.6% | - |
| HSV(B) | 282.14º | 0.43% | 0.76% | - |
| XYZ | 31.68 | 23.48 | 53.9 | - |
| YUV | 137.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 194 | 0.13 | 0.43 | 0 | 0.24 | 282.14 | 0.41 | 0.6 |
| Hex | A9 | 6E | C2 | D | 2B | 0 | 18 | 11A | 29 | 3C |
| Octal | 251 | 156 | 302 | 15 | 53 | 0 | 30 | 432 | 51 | 74 |
| Binary | 10101001 | 1101110 | 11000010 | 1101 | 101011 | 0 | 11000 | 100011010 | 101001 | 111100 |
Color Harmonies of #A96EC2
Complementary color
Monochromatic Colors of #A96EC2
Black with #A96EC2
Text Example
Text Example
White with #A96EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EC2; }
p { color: rgb(169,110,194); }
H1.HeaderClassName
{
color: #A96EC2;
}
.AnyTagClassName
{
color: #A96EC2;
}
</style>
background-color css
<style>
a { background-color: #A96EC2; }
a { background-color: rgb(169,110,194); }
div.DivClassName
{
background-color: #A96EC2;
}
.BgClassName
{
background-color: #A96EC2;
}
</style>
border-color css
<style>
span { border-color: #A96EC2; }
span { border-color: rgb(169,110,194); }
td.TdClassName
{
border-color: #A96EC2;
}
.TagClassName
{
border-color: #A96EC2;
}
</style>