Shades of Amethyst #A96DCD
Tints of Amethyst #A96DCD
RGB
CMYK
RGB Variations
Color information
#A96DCD (or 0xA96DCD) is known color: Amethyst. HEX triplet: A9, 6D and CD. RGB value is (169,109,205). Sum of RGB (Red+Green+Blue) = 169+109+205=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DCD is #569232. Grayscale: #898989. Windows color (decimal): -5673523 or 13462953. OLE color: 13462953.
HSL color Cylindrical-coordinate representation of color #A96DCD: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96DCD is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 109 | 205 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.20 |
| HSL | 277.5º | 0.49% | 0.62% | - |
| HSV(B) | 277.5º | 0.47% | 0.8% | - |
| XYZ | 32.85 | 23.78 | 60.62 | - |
| YUV | 137.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 205 | 0.18 | 0.47 | 0 | 0.20 | 277.5 | 0.49 | 0.62 |
| Hex | A9 | 6D | CD | 12 | 2F | 0 | 14 | 116 | 31 | 3E |
| Octal | 251 | 155 | 315 | 22 | 57 | 0 | 24 | 426 | 61 | 76 |
| Binary | 10101001 | 1101101 | 11001101 | 10010 | 101111 | 0 | 10100 | 100010110 | 110001 | 111110 |
Color Harmonies of #A96DCD
Complementary color
Monochromatic Colors of #A96DCD
Black with #A96DCD
Text Example
Text Example
White with #A96DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DCD; }
p { color: rgb(169,109,205); }
H1.HeaderClassName
{
color: #A96DCD;
}
.AnyTagClassName
{
color: #A96DCD;
}
</style>
background-color css
<style>
a { background-color: #A96DCD; }
a { background-color: rgb(169,109,205); }
div.DivClassName
{
background-color: #A96DCD;
}
.BgClassName
{
background-color: #A96DCD;
}
</style>
border-color css
<style>
span { border-color: #A96DCD; }
span { border-color: rgb(169,109,205); }
td.TdClassName
{
border-color: #A96DCD;
}
.TagClassName
{
border-color: #A96DCD;
}
</style>