Shades of Amethyst #A96ECE
Tints of Amethyst #A96ECE
RGB
CMYK
RGB Variations
Color information
#A96ECE (or 0xA96ECE) is known color: Amethyst. HEX triplet: A9, 6E and CE. RGB value is (169,110,206). Sum of RGB (Red+Green+Blue) = 169+110+206=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A96ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ECE is #569131. Grayscale: #8A8A8A. Windows color (decimal): -5673266 or 13528745. OLE color: 13528745.
HSL color Cylindrical-coordinate representation of color #A96ECE: hue angle of 276.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96ECE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 110 | 206 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.19 |
| HSL | 276.88º | 0.49% | 0.62% | - |
| HSV(B) | 276.88º | 0.47% | 0.81% | - |
| XYZ | 33.08 | 24.04 | 61.29 | - |
| YUV | 138.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 206 | 0.18 | 0.47 | 0 | 0.19 | 276.88 | 0.49 | 0.62 |
| Hex | A9 | 6E | CE | 12 | 2F | 0 | 13 | 115 | 31 | 3E |
| Octal | 251 | 156 | 316 | 22 | 57 | 0 | 23 | 425 | 61 | 76 |
| Binary | 10101001 | 1101110 | 11001110 | 10010 | 101111 | 0 | 10011 | 100010101 | 110001 | 111110 |
Color Harmonies of #A96ECE
Complementary color
Monochromatic Colors of #A96ECE
Black with #A96ECE
Text Example
Text Example
White with #A96ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96ECE; }
p { color: rgb(169,110,206); }
H1.HeaderClassName
{
color: #A96ECE;
}
.AnyTagClassName
{
color: #A96ECE;
}
</style>
background-color css
<style>
a { background-color: #A96ECE; }
a { background-color: rgb(169,110,206); }
div.DivClassName
{
background-color: #A96ECE;
}
.BgClassName
{
background-color: #A96ECE;
}
</style>
border-color css
<style>
span { border-color: #A96ECE; }
span { border-color: rgb(169,110,206); }
td.TdClassName
{
border-color: #A96ECE;
}
.TagClassName
{
border-color: #A96ECE;
}
</style>