Shades of Amethyst #A96FDF
Tints of Amethyst #A96FDF
RGB
CMYK
RGB Variations
Color information
#A96FDF (or 0xA96FDF) is known color: Amethyst. HEX triplet: A9, 6F and DF. RGB value is (169,111,223). Sum of RGB (Red+Green+Blue) = 169+111+223=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A96FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FDF is #569020. Grayscale: #8C8C8C. Windows color (decimal): -5672993 or 14643113. OLE color: 14643113.
HSL color Cylindrical-coordinate representation of color #A96FDF: hue angle of 271.07º degrees, saturation: 0.64, 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 #A96FDF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 111 | 223 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.13 |
| HSL | 271.07º | 0.64% | 0.65% | - |
| HSV(B) | 271.07º | 0.5% | 0.87% | - |
| XYZ | 35.37 | 25.13 | 72.8 | - |
| YUV | 141.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 223 | 0.24 | 0.50 | 0 | 0.13 | 271.07 | 0.64 | 0.65 |
| Hex | A9 | 6F | DF | 18 | 32 | 0 | D | 10F | 40 | 41 |
| Octal | 251 | 157 | 337 | 30 | 62 | 0 | 15 | 417 | 100 | 101 |
| Binary | 10101001 | 1101111 | 11011111 | 11000 | 110010 | 0 | 1101 | 100001111 | 1000000 | 1000001 |
Color Harmonies of #A96FDF
Complementary color
Monochromatic Colors of #A96FDF
Black with #A96FDF
Text Example
Text Example
White with #A96FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FDF; }
p { color: rgb(169,111,223); }
H1.HeaderClassName
{
color: #A96FDF;
}
.AnyTagClassName
{
color: #A96FDF;
}
</style>
background-color css
<style>
a { background-color: #A96FDF; }
a { background-color: rgb(169,111,223); }
div.DivClassName
{
background-color: #A96FDF;
}
.BgClassName
{
background-color: #A96FDF;
}
</style>
border-color css
<style>
span { border-color: #A96FDF; }
span { border-color: rgb(169,111,223); }
td.TdClassName
{
border-color: #A96FDF;
}
.TagClassName
{
border-color: #A96FDF;
}
</style>