Shades of Amethyst #A96CDD
Tints of Amethyst #A96CDD
RGB
CMYK
RGB Variations
Color information
#A96CDD (or 0xA96CDD) is known color: Amethyst. HEX triplet: A9, 6C and DD. RGB value is (169,108,221). Sum of RGB (Red+Green+Blue) = 169+108+221=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #A96CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CDD is #569322. Grayscale: #8A8A8A. Windows color (decimal): -5673763 or 14511273. OLE color: 14511273.
HSL color Cylindrical-coordinate representation of color #A96CDD: hue angle of 272.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A96CDD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 108 | 221 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.13 |
| HSL | 272.39º | 0.62% | 0.65% | - |
| HSV(B) | 272.39º | 0.51% | 0.87% | - |
| XYZ | 34.78 | 24.38 | 71.28 | - |
| YUV | 139.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 221 | 0.24 | 0.51 | 0 | 0.13 | 272.39 | 0.62 | 0.65 |
| Hex | A9 | 6C | DD | 18 | 33 | 0 | D | 110 | 3E | 41 |
| Octal | 251 | 154 | 335 | 30 | 63 | 0 | 15 | 420 | 76 | 101 |
| Binary | 10101001 | 1101100 | 11011101 | 11000 | 110011 | 0 | 1101 | 100010000 | 111110 | 1000001 |
Color Harmonies of #A96CDD
Complementary color
Monochromatic Colors of #A96CDD
Black with #A96CDD
Text Example
Text Example
White with #A96CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CDD; }
p { color: rgb(169,108,221); }
H1.HeaderClassName
{
color: #A96CDD;
}
.AnyTagClassName
{
color: #A96CDD;
}
</style>
background-color css
<style>
a { background-color: #A96CDD; }
a { background-color: rgb(169,108,221); }
div.DivClassName
{
background-color: #A96CDD;
}
.BgClassName
{
background-color: #A96CDD;
}
</style>
border-color css
<style>
span { border-color: #A96CDD; }
span { border-color: rgb(169,108,221); }
td.TdClassName
{
border-color: #A96CDD;
}
.TagClassName
{
border-color: #A96CDD;
}
</style>