Shades of Amethyst #A96EC8
Tints of Amethyst #A96EC8
RGB
CMYK
RGB Variations
Color information
#A96EC8 (or 0xA96EC8) is known color: Amethyst. HEX triplet: A9, 6E and C8. RGB value is (169,110,200). Sum of RGB (Red+Green+Blue) = 169+110+200=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #A96EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC8 is #569137. Grayscale: #898989. Windows color (decimal): -5673272 or 13135529. OLE color: 13135529.
HSL color Cylindrical-coordinate representation of color #A96EC8: hue angle of 279.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96EC8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 110 | 200 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.22 |
| HSL | 279.33º | 0.45% | 0.61% | - |
| HSV(B) | 279.33º | 0.45% | 0.78% | - |
| XYZ | 32.36 | 23.76 | 57.52 | - |
| YUV | 137.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 200 | 0.16 | 0.45 | 0 | 0.22 | 279.33 | 0.45 | 0.61 |
| Hex | A9 | 6E | C8 | 10 | 2D | 0 | 16 | 117 | 2D | 3D |
| Octal | 251 | 156 | 310 | 20 | 55 | 0 | 26 | 427 | 55 | 75 |
| Binary | 10101001 | 1101110 | 11001000 | 10000 | 101101 | 0 | 10110 | 100010111 | 101101 | 111101 |
Color Harmonies of #A96EC8
Complementary color
Monochromatic Colors of #A96EC8
Black with #A96EC8
Text Example
Text Example
White with #A96EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EC8; }
p { color: rgb(169,110,200); }
H1.HeaderClassName
{
color: #A96EC8;
}
.AnyTagClassName
{
color: #A96EC8;
}
</style>
background-color css
<style>
a { background-color: #A96EC8; }
a { background-color: rgb(169,110,200); }
div.DivClassName
{
background-color: #A96EC8;
}
.BgClassName
{
background-color: #A96EC8;
}
</style>
border-color css
<style>
span { border-color: #A96EC8; }
span { border-color: rgb(169,110,200); }
td.TdClassName
{
border-color: #A96EC8;
}
.TagClassName
{
border-color: #A96EC8;
}
</style>