Shades of Amethyst #A96FDD
Tints of Amethyst #A96FDD
RGB
CMYK
RGB Variations
Color information
#A96FDD (or 0xA96FDD) is known color: Amethyst. HEX triplet: A9, 6F and DD. RGB value is (169,111,221). Sum of RGB (Red+Green+Blue) = 169+111+221=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #A96FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FDD is #569022. Grayscale: #8C8C8C. Windows color (decimal): -5672995 or 14512041. OLE color: 14512041.
HSL color Cylindrical-coordinate representation of color #A96FDD: hue angle of 271.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96FDD is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 111 | 221 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.13 |
| HSL | 271.64º | 0.62% | 0.65% | - |
| HSV(B) | 271.64º | 0.5% | 0.87% | - |
| XYZ | 35.1 | 25.02 | 71.39 | - |
| YUV | 140.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 221 | 0.24 | 0.50 | 0 | 0.13 | 271.64 | 0.62 | 0.65 |
| Hex | A9 | 6F | DD | 18 | 32 | 0 | D | 110 | 3E | 41 |
| Octal | 251 | 157 | 335 | 30 | 62 | 0 | 15 | 420 | 76 | 101 |
| Binary | 10101001 | 1101111 | 11011101 | 11000 | 110010 | 0 | 1101 | 100010000 | 111110 | 1000001 |
Color Harmonies of #A96FDD
Complementary color
Monochromatic Colors of #A96FDD
Black with #A96FDD
Text Example
Text Example
White with #A96FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FDD; }
p { color: rgb(169,111,221); }
H1.HeaderClassName
{
color: #A96FDD;
}
.AnyTagClassName
{
color: #A96FDD;
}
</style>
background-color css
<style>
a { background-color: #A96FDD; }
a { background-color: rgb(169,111,221); }
div.DivClassName
{
background-color: #A96FDD;
}
.BgClassName
{
background-color: #A96FDD;
}
</style>
border-color css
<style>
span { border-color: #A96FDD; }
span { border-color: rgb(169,111,221); }
td.TdClassName
{
border-color: #A96FDD;
}
.TagClassName
{
border-color: #A96FDD;
}
</style>