Shades of Amethyst #A96ED2
Tints of Amethyst #A96ED2
RGB
CMYK
RGB Variations
Color information
#A96ED2 (or 0xA96ED2) is known color: Amethyst. HEX triplet: A9, 6E and D2. RGB value is (169,110,210). Sum of RGB (Red+Green+Blue) = 169+110+210=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #A96ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ED2 is #56912D. Grayscale: #8A8A8A. Windows color (decimal): -5673262 or 13790889. OLE color: 13790889.
HSL color Cylindrical-coordinate representation of color #A96ED2: hue angle of 275.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96ED2 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 110 | 210 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.18 |
| HSL | 275.4º | 0.53% | 0.63% | - |
| HSV(B) | 275.4º | 0.48% | 0.82% | - |
| XYZ | 33.57 | 24.24 | 63.88 | - |
| YUV | 139.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 210 | 0.20 | 0.48 | 0 | 0.18 | 275.4 | 0.53 | 0.63 |
| Hex | A9 | 6E | D2 | 14 | 30 | 0 | 12 | 113 | 35 | 3F |
| Octal | 251 | 156 | 322 | 24 | 60 | 0 | 22 | 423 | 65 | 77 |
| Binary | 10101001 | 1101110 | 11010010 | 10100 | 110000 | 0 | 10010 | 100010011 | 110101 | 111111 |
Color Harmonies of #A96ED2
Complementary color
Monochromatic Colors of #A96ED2
Black with #A96ED2
Text Example
Text Example
White with #A96ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96ED2; }
p { color: rgb(169,110,210); }
H1.HeaderClassName
{
color: #A96ED2;
}
.AnyTagClassName
{
color: #A96ED2;
}
</style>
background-color css
<style>
a { background-color: #A96ED2; }
a { background-color: rgb(169,110,210); }
div.DivClassName
{
background-color: #A96ED2;
}
.BgClassName
{
background-color: #A96ED2;
}
</style>
border-color css
<style>
span { border-color: #A96ED2; }
span { border-color: rgb(169,110,210); }
td.TdClassName
{
border-color: #A96ED2;
}
.TagClassName
{
border-color: #A96ED2;
}
</style>