Shades of Amethyst #A96AD1
Tints of Amethyst #A96AD1
RGB
CMYK
RGB Variations
Color information
#A96AD1 (or 0xA96AD1) is known color: Amethyst. HEX triplet: A9, 6A and D1. RGB value is (169,106,209). Sum of RGB (Red+Green+Blue) = 169+106+209=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #A96AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96AD1 is #56952E. Grayscale: #888888. Windows color (decimal): -5674287 or 13724329. OLE color: 13724329.
HSL color Cylindrical-coordinate representation of color #A96AD1: hue angle of 276.7º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96AD1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 106 | 209 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.18 |
| HSL | 276.7º | 0.53% | 0.62% | - |
| HSV(B) | 276.7º | 0.49% | 0.82% | - |
| XYZ | 33.02 | 23.35 | 63.09 | - |
| YUV | 136.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 209 | 0.19 | 0.49 | 0 | 0.18 | 276.7 | 0.53 | 0.62 |
| Hex | A9 | 6A | D1 | 13 | 31 | 0 | 12 | 115 | 35 | 3E |
| Octal | 251 | 152 | 321 | 23 | 61 | 0 | 22 | 425 | 65 | 76 |
| Binary | 10101001 | 1101010 | 11010001 | 10011 | 110001 | 0 | 10010 | 100010101 | 110101 | 111110 |
Color Harmonies of #A96AD1
Complementary color
Monochromatic Colors of #A96AD1
Black with #A96AD1
Text Example
Text Example
White with #A96AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96AD1; }
p { color: rgb(169,106,209); }
H1.HeaderClassName
{
color: #A96AD1;
}
.AnyTagClassName
{
color: #A96AD1;
}
</style>
background-color css
<style>
a { background-color: #A96AD1; }
a { background-color: rgb(169,106,209); }
div.DivClassName
{
background-color: #A96AD1;
}
.BgClassName
{
background-color: #A96AD1;
}
</style>
border-color css
<style>
span { border-color: #A96AD1; }
span { border-color: rgb(169,106,209); }
td.TdClassName
{
border-color: #A96AD1;
}
.TagClassName
{
border-color: #A96AD1;
}
</style>