Shades of Amethyst #A96DC6
Tints of Amethyst #A96DC6
RGB
CMYK
RGB Variations
Color information
#A96DC6 (or 0xA96DC6) is known color: Amethyst. HEX triplet: A9, 6D and C6. RGB value is (169,109,198). Sum of RGB (Red+Green+Blue) = 169+109+198=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #A96DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DC6 is #569239. Grayscale: #888888. Windows color (decimal): -5673530 or 13004201. OLE color: 13004201.
HSL color Cylindrical-coordinate representation of color #A96DC6: hue angle of 280.45º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96DC6 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 109 | 198 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.22 |
| HSL | 280.45º | 0.44% | 0.6% | - |
| HSV(B) | 280.45º | 0.45% | 0.78% | - |
| XYZ | 32.02 | 23.45 | 56.26 | - |
| YUV | 137.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 198 | 0.15 | 0.45 | 0 | 0.22 | 280.45 | 0.44 | 0.6 |
| Hex | A9 | 6D | C6 | F | 2D | 0 | 16 | 118 | 2C | 3C |
| Octal | 251 | 155 | 306 | 17 | 55 | 0 | 26 | 430 | 54 | 74 |
| Binary | 10101001 | 1101101 | 11000110 | 1111 | 101101 | 0 | 10110 | 100011000 | 101100 | 111100 |
Color Harmonies of #A96DC6
Complementary color
Monochromatic Colors of #A96DC6
Black with #A96DC6
Text Example
Text Example
White with #A96DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DC6; }
p { color: rgb(169,109,198); }
H1.HeaderClassName
{
color: #A96DC6;
}
.AnyTagClassName
{
color: #A96DC6;
}
</style>
background-color css
<style>
a { background-color: #A96DC6; }
a { background-color: rgb(169,109,198); }
div.DivClassName
{
background-color: #A96DC6;
}
.BgClassName
{
background-color: #A96DC6;
}
</style>
border-color css
<style>
span { border-color: #A96DC6; }
span { border-color: rgb(169,109,198); }
td.TdClassName
{
border-color: #A96DC6;
}
.TagClassName
{
border-color: #A96DC6;
}
</style>