Shades of Amethyst #A96EE1
Tints of Amethyst #A96EE1
RGB
CMYK
RGB Variations
Color information
#A96EE1 (or 0xA96EE1) is known color: Amethyst. HEX triplet: A9, 6E and E1. RGB value is (169,110,225). Sum of RGB (Red+Green+Blue) = 169+110+225=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #A96EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EE1 is #56911E. Grayscale: #8C8C8C. Windows color (decimal): -5673247 or 14773929. OLE color: 14773929.
HSL color Cylindrical-coordinate representation of color #A96EE1: hue angle of 270.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A96EE1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 110 | 225 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.12 |
| HSL | 270.78º | 0.66% | 0.66% | - |
| HSV(B) | 270.78º | 0.51% | 0.88% | - |
| XYZ | 35.53 | 25.02 | 74.19 | - |
| YUV | 140.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 225 | 0.25 | 0.51 | 0 | 0.12 | 270.78 | 0.66 | 0.66 |
| Hex | A9 | 6E | E1 | 19 | 33 | 0 | C | 10F | 42 | 42 |
| Octal | 251 | 156 | 341 | 31 | 63 | 0 | 14 | 417 | 102 | 102 |
| Binary | 10101001 | 1101110 | 11100001 | 11001 | 110011 | 0 | 1100 | 100001111 | 1000010 | 1000010 |
Color Harmonies of #A96EE1
Complementary color
Monochromatic Colors of #A96EE1
Black with #A96EE1
Text Example
Text Example
White with #A96EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EE1; }
p { color: rgb(169,110,225); }
H1.HeaderClassName
{
color: #A96EE1;
}
.AnyTagClassName
{
color: #A96EE1;
}
</style>
background-color css
<style>
a { background-color: #A96EE1; }
a { background-color: rgb(169,110,225); }
div.DivClassName
{
background-color: #A96EE1;
}
.BgClassName
{
background-color: #A96EE1;
}
</style>
border-color css
<style>
span { border-color: #A96EE1; }
span { border-color: rgb(169,110,225); }
td.TdClassName
{
border-color: #A96EE1;
}
.TagClassName
{
border-color: #A96EE1;
}
</style>