Shades of Amethyst #A96CE1
Tints of Amethyst #A96CE1
RGB
CMYK
RGB Variations
Color information
#A96CE1 (or 0xA96CE1) is known color: Amethyst. HEX triplet: A9, 6C and E1. RGB value is (169,108,225). Sum of RGB (Red+Green+Blue) = 169+108+225=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #A96CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CE1 is #56931E. Grayscale: #8B8B8B. Windows color (decimal): -5673759 or 14773417. OLE color: 14773417.
HSL color Cylindrical-coordinate representation of color #A96CE1: hue angle of 271.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96CE1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 108 | 225 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.12 |
| HSL | 271.28º | 0.66% | 0.65% | - |
| HSV(B) | 271.28º | 0.52% | 0.88% | - |
| XYZ | 35.32 | 24.6 | 74.12 | - |
| YUV | 139.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 225 | 0.25 | 0.52 | 0 | 0.12 | 271.28 | 0.66 | 0.65 |
| Hex | A9 | 6C | E1 | 19 | 34 | 0 | C | 10F | 42 | 41 |
| Octal | 251 | 154 | 341 | 31 | 64 | 0 | 14 | 417 | 102 | 101 |
| Binary | 10101001 | 1101100 | 11100001 | 11001 | 110100 | 0 | 1100 | 100001111 | 1000010 | 1000001 |
Color Harmonies of #A96CE1
Complementary color
Monochromatic Colors of #A96CE1
Black with #A96CE1
Text Example
Text Example
White with #A96CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CE1; }
p { color: rgb(169,108,225); }
H1.HeaderClassName
{
color: #A96CE1;
}
.AnyTagClassName
{
color: #A96CE1;
}
</style>
background-color css
<style>
a { background-color: #A96CE1; }
a { background-color: rgb(169,108,225); }
div.DivClassName
{
background-color: #A96CE1;
}
.BgClassName
{
background-color: #A96CE1;
}
</style>
border-color css
<style>
span { border-color: #A96CE1; }
span { border-color: rgb(169,108,225); }
td.TdClassName
{
border-color: #A96CE1;
}
.TagClassName
{
border-color: #A96CE1;
}
</style>