Shades of Amethyst #A96EC4
Tints of Amethyst #A96EC4
RGB
CMYK
RGB Variations
Color information
#A96EC4 (or 0xA96EC4) is known color: Amethyst. HEX triplet: A9, 6E and C4. RGB value is (169,110,196). Sum of RGB (Red+Green+Blue) = 169+110+196=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #A96EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC4 is #56913B. Grayscale: #898989. Windows color (decimal): -5673276 or 12873385. OLE color: 12873385.
HSL color Cylindrical-coordinate representation of color #A96EC4: hue angle of 281.16º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96EC4 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 110 | 196 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.23 |
| HSL | 281.16º | 0.42% | 0.6% | - |
| HSV(B) | 281.16º | 0.44% | 0.77% | - |
| XYZ | 31.9 | 23.57 | 55.09 | - |
| YUV | 137.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 196 | 0.14 | 0.44 | 0 | 0.23 | 281.16 | 0.42 | 0.6 |
| Hex | A9 | 6E | C4 | E | 2C | 0 | 17 | 119 | 2A | 3C |
| Octal | 251 | 156 | 304 | 16 | 54 | 0 | 27 | 431 | 52 | 74 |
| Binary | 10101001 | 1101110 | 11000100 | 1110 | 101100 | 0 | 10111 | 100011001 | 101010 | 111100 |
Color Harmonies of #A96EC4
Complementary color
Monochromatic Colors of #A96EC4
Black with #A96EC4
Text Example
Text Example
White with #A96EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EC4; }
p { color: rgb(169,110,196); }
H1.HeaderClassName
{
color: #A96EC4;
}
.AnyTagClassName
{
color: #A96EC4;
}
</style>
background-color css
<style>
a { background-color: #A96EC4; }
a { background-color: rgb(169,110,196); }
div.DivClassName
{
background-color: #A96EC4;
}
.BgClassName
{
background-color: #A96EC4;
}
</style>
border-color css
<style>
span { border-color: #A96EC4; }
span { border-color: rgb(169,110,196); }
td.TdClassName
{
border-color: #A96EC4;
}
.TagClassName
{
border-color: #A96EC4;
}
</style>