Shades of Amethyst #A96CC6
Tints of Amethyst #A96CC6
RGB
CMYK
RGB Variations
Color information
#A96CC6 (or 0xA96CC6) is known color: Amethyst. HEX triplet: A9, 6C and C6. RGB value is (169,108,198). Sum of RGB (Red+Green+Blue) = 169+108+198=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #A96CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CC6 is #569339. Grayscale: #888888. Windows color (decimal): -5673786 or 13003945. OLE color: 13003945.
HSL color Cylindrical-coordinate representation of color #A96CC6: hue angle of 280.67º 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 #A96CC6 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 108 | 198 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.22 |
| HSL | 280.67º | 0.44% | 0.6% | - |
| HSV(B) | 280.67º | 0.45% | 0.78% | - |
| XYZ | 31.92 | 23.24 | 56.23 | - |
| YUV | 136.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 198 | 0.15 | 0.45 | 0 | 0.22 | 280.67 | 0.44 | 0.6 |
| Hex | A9 | 6C | C6 | F | 2D | 0 | 16 | 119 | 2C | 3C |
| Octal | 251 | 154 | 306 | 17 | 55 | 0 | 26 | 431 | 54 | 74 |
| Binary | 10101001 | 1101100 | 11000110 | 1111 | 101101 | 0 | 10110 | 100011001 | 101100 | 111100 |
Color Harmonies of #A96CC6
Complementary color
Monochromatic Colors of #A96CC6
Black with #A96CC6
Text Example
Text Example
White with #A96CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CC6; }
p { color: rgb(169,108,198); }
H1.HeaderClassName
{
color: #A96CC6;
}
.AnyTagClassName
{
color: #A96CC6;
}
</style>
background-color css
<style>
a { background-color: #A96CC6; }
a { background-color: rgb(169,108,198); }
div.DivClassName
{
background-color: #A96CC6;
}
.BgClassName
{
background-color: #A96CC6;
}
</style>
border-color css
<style>
span { border-color: #A96CC6; }
span { border-color: rgb(169,108,198); }
td.TdClassName
{
border-color: #A96CC6;
}
.TagClassName
{
border-color: #A96CC6;
}
</style>