Shades of Amethyst #A96CDA
Tints of Amethyst #A96CDA
RGB
CMYK
RGB Variations
Color information
#A96CDA (or 0xA96CDA) is known color: Amethyst. HEX triplet: A9, 6C and DA. RGB value is (169,108,218). Sum of RGB (Red+Green+Blue) = 169+108+218=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A96CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CDA is #569325. Grayscale: #8A8A8A. Windows color (decimal): -5673766 or 14314665. OLE color: 14314665.
HSL color Cylindrical-coordinate representation of color #A96CDA: hue angle of 273.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96CDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 108 | 218 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.15 |
| HSL | 273.27º | 0.6% | 0.64% | - |
| HSV(B) | 273.27º | 0.5% | 0.85% | - |
| XYZ | 34.38 | 24.22 | 69.19 | - |
| YUV | 138.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 218 | 0.22 | 0.50 | 0 | 0.15 | 273.27 | 0.6 | 0.64 |
| Hex | A9 | 6C | DA | 16 | 32 | 0 | F | 111 | 3C | 40 |
| Octal | 251 | 154 | 332 | 26 | 62 | 0 | 17 | 421 | 74 | 100 |
| Binary | 10101001 | 1101100 | 11011010 | 10110 | 110010 | 0 | 1111 | 100010001 | 111100 | 1000000 |
Color Harmonies of #A96CDA
Complementary color
Monochromatic Colors of #A96CDA
Black with #A96CDA
Text Example
Text Example
White with #A96CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CDA; }
p { color: rgb(169,108,218); }
H1.HeaderClassName
{
color: #A96CDA;
}
.AnyTagClassName
{
color: #A96CDA;
}
</style>
background-color css
<style>
a { background-color: #A96CDA; }
a { background-color: rgb(169,108,218); }
div.DivClassName
{
background-color: #A96CDA;
}
.BgClassName
{
background-color: #A96CDA;
}
</style>
border-color css
<style>
span { border-color: #A96CDA; }
span { border-color: rgb(169,108,218); }
td.TdClassName
{
border-color: #A96CDA;
}
.TagClassName
{
border-color: #A96CDA;
}
</style>