Shades of Amethyst #A96BE1
Tints of Amethyst #A96BE1
RGB
CMYK
RGB Variations
Color information
#A96BE1 (or 0xA96BE1) is known color: Amethyst. HEX triplet: A9, 6B and E1. RGB value is (169,107,225). Sum of RGB (Red+Green+Blue) = 169+107+225=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #A96BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BE1 is #56941E. Grayscale: #8A8A8A. Windows color (decimal): -5674015 or 14773161. OLE color: 14773161.
HSL color Cylindrical-coordinate representation of color #A96BE1: hue angle of 271.53º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96BE1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 107 | 225 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.12 |
| HSL | 271.53º | 0.66% | 0.65% | - |
| HSV(B) | 271.53º | 0.52% | 0.88% | - |
| XYZ | 35.21 | 24.39 | 74.09 | - |
| YUV | 138.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 225 | 0.25 | 0.52 | 0 | 0.12 | 271.53 | 0.66 | 0.65 |
| Hex | A9 | 6B | E1 | 19 | 34 | 0 | C | 110 | 42 | 41 |
| Octal | 251 | 153 | 341 | 31 | 64 | 0 | 14 | 420 | 102 | 101 |
| Binary | 10101001 | 1101011 | 11100001 | 11001 | 110100 | 0 | 1100 | 100010000 | 1000010 | 1000001 |
Color Harmonies of #A96BE1
Complementary color
Monochromatic Colors of #A96BE1
Black with #A96BE1
Text Example
Text Example
White with #A96BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BE1; }
p { color: rgb(169,107,225); }
H1.HeaderClassName
{
color: #A96BE1;
}
.AnyTagClassName
{
color: #A96BE1;
}
</style>
background-color css
<style>
a { background-color: #A96BE1; }
a { background-color: rgb(169,107,225); }
div.DivClassName
{
background-color: #A96BE1;
}
.BgClassName
{
background-color: #A96BE1;
}
</style>
border-color css
<style>
span { border-color: #A96BE1; }
span { border-color: rgb(169,107,225); }
td.TdClassName
{
border-color: #A96BE1;
}
.TagClassName
{
border-color: #A96BE1;
}
</style>