Shades of Amethyst #A96FDA
Tints of Amethyst #A96FDA
RGB
CMYK
RGB Variations
Color information
#A96FDA (or 0xA96FDA) is known color: Amethyst. HEX triplet: A9, 6F and DA. RGB value is (169,111,218). Sum of RGB (Red+Green+Blue) = 169+111+218=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A96FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FDA is #569025. Grayscale: #8C8C8C. Windows color (decimal): -5672998 or 14315433. OLE color: 14315433.
HSL color Cylindrical-coordinate representation of color #A96FDA: hue angle of 272.52º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96FDA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 111 | 218 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.15 |
| HSL | 272.52º | 0.59% | 0.65% | - |
| HSV(B) | 272.52º | 0.49% | 0.85% | - |
| XYZ | 34.7 | 24.87 | 69.3 | - |
| YUV | 140.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 218 | 0.22 | 0.49 | 0 | 0.15 | 272.52 | 0.59 | 0.65 |
| Hex | A9 | 6F | DA | 16 | 31 | 0 | F | 111 | 3B | 41 |
| Octal | 251 | 157 | 332 | 26 | 61 | 0 | 17 | 421 | 73 | 101 |
| Binary | 10101001 | 1101111 | 11011010 | 10110 | 110001 | 0 | 1111 | 100010001 | 111011 | 1000001 |
Color Harmonies of #A96FDA
Complementary color
Monochromatic Colors of #A96FDA
Black with #A96FDA
Text Example
Text Example
White with #A96FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FDA; }
p { color: rgb(169,111,218); }
H1.HeaderClassName
{
color: #A96FDA;
}
.AnyTagClassName
{
color: #A96FDA;
}
</style>
background-color css
<style>
a { background-color: #A96FDA; }
a { background-color: rgb(169,111,218); }
div.DivClassName
{
background-color: #A96FDA;
}
.BgClassName
{
background-color: #A96FDA;
}
</style>
border-color css
<style>
span { border-color: #A96FDA; }
span { border-color: rgb(169,111,218); }
td.TdClassName
{
border-color: #A96FDA;
}
.TagClassName
{
border-color: #A96FDA;
}
</style>