Shades of Amethyst #A96DCC
Tints of Amethyst #A96DCC
RGB
CMYK
RGB Variations
Color information
#A96DCC (or 0xA96DCC) is known color: Amethyst. HEX triplet: A9, 6D and CC. RGB value is (169,109,204). Sum of RGB (Red+Green+Blue) = 169+109+204=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A96DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DCC is #569233. Grayscale: #898989. Windows color (decimal): -5673524 or 13397417. OLE color: 13397417.
HSL color Cylindrical-coordinate representation of color #A96DCC: hue angle of 277.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96DCC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 109 | 204 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.2 |
| HSL | 277.89º | 0.48% | 0.61% | - |
| HSV(B) | 277.89º | 0.47% | 0.8% | - |
| XYZ | 32.73 | 23.73 | 59.98 | - |
| YUV | 137.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 204 | 0.17 | 0.47 | 0 | 0.2 | 277.89 | 0.48 | 0.61 |
| Hex | A9 | 6D | CC | 11 | 2F | 0 | 14 | 116 | 30 | 3D |
| Octal | 251 | 155 | 314 | 21 | 57 | 0 | 24 | 426 | 60 | 75 |
| Binary | 10101001 | 1101101 | 11001100 | 10001 | 101111 | 0 | 10100 | 100010110 | 110000 | 111101 |
Color Harmonies of #A96DCC
Complementary color
Monochromatic Colors of #A96DCC
Black with #A96DCC
Text Example
Text Example
White with #A96DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DCC; }
p { color: rgb(169,109,204); }
H1.HeaderClassName
{
color: #A96DCC;
}
.AnyTagClassName
{
color: #A96DCC;
}
</style>
background-color css
<style>
a { background-color: #A96DCC; }
a { background-color: rgb(169,109,204); }
div.DivClassName
{
background-color: #A96DCC;
}
.BgClassName
{
background-color: #A96DCC;
}
</style>
border-color css
<style>
span { border-color: #A96DCC; }
span { border-color: rgb(169,109,204); }
td.TdClassName
{
border-color: #A96DCC;
}
.TagClassName
{
border-color: #A96DCC;
}
</style>