Shades of Amethyst #A96FE0
Tints of Amethyst #A96FE0
RGB
CMYK
RGB Variations
Color information
#A96FE0 (or 0xA96FE0) is known color: Amethyst. HEX triplet: A9, 6F and E0. RGB value is (169,111,224). Sum of RGB (Red+Green+Blue) = 169+111+224=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #A96FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FE0 is #56901F. Grayscale: #8C8C8C. Windows color (decimal): -5672992 or 14708649. OLE color: 14708649.
HSL color Cylindrical-coordinate representation of color #A96FE0: hue angle of 270.8º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96FE0 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 111 | 224 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.12 |
| HSL | 270.8º | 0.65% | 0.66% | - |
| HSV(B) | 270.8º | 0.5% | 0.88% | - |
| XYZ | 35.5 | 25.19 | 73.51 | - |
| YUV | 141.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 224 | 0.25 | 0.50 | 0 | 0.12 | 270.8 | 0.65 | 0.66 |
| Hex | A9 | 6F | E0 | 19 | 32 | 0 | C | 10F | 41 | 42 |
| Octal | 251 | 157 | 340 | 31 | 62 | 0 | 14 | 417 | 101 | 102 |
| Binary | 10101001 | 1101111 | 11100000 | 11001 | 110010 | 0 | 1100 | 100001111 | 1000001 | 1000010 |
Color Harmonies of #A96FE0
Complementary color
Monochromatic Colors of #A96FE0
Black with #A96FE0
Text Example
Text Example
White with #A96FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FE0; }
p { color: rgb(169,111,224); }
H1.HeaderClassName
{
color: #A96FE0;
}
.AnyTagClassName
{
color: #A96FE0;
}
</style>
background-color css
<style>
a { background-color: #A96FE0; }
a { background-color: rgb(169,111,224); }
div.DivClassName
{
background-color: #A96FE0;
}
.BgClassName
{
background-color: #A96FE0;
}
</style>
border-color css
<style>
span { border-color: #A96FE0; }
span { border-color: rgb(169,111,224); }
td.TdClassName
{
border-color: #A96FE0;
}
.TagClassName
{
border-color: #A96FE0;
}
</style>