Shades of Amethyst #A26EDB
Tints of Amethyst #A26EDB
RGB
CMYK
RGB Variations
Color information
#A26EDB (or 0xA26EDB) is known color: Amethyst. HEX triplet: A2, 6E and DB. RGB value is (162,110,219). Sum of RGB (Red+Green+Blue) = 162+110+219=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EDB is #5D9124. Grayscale: #898989. Windows color (decimal): -6132005 or 14380706. OLE color: 14380706.
HSL color Cylindrical-coordinate representation of color #A26EDB: hue angle of 268.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26EDB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 110 | 219 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.14 |
| HSL | 268.62º | 0.6% | 0.65% | - |
| HSV(B) | 268.62º | 0.5% | 0.86% | - |
| XYZ | 33.26 | 23.95 | 69.89 | - |
| YUV | 137.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 219 | 0.26 | 0.50 | 0 | 0.14 | 268.62 | 0.6 | 0.65 |
| Hex | A2 | 6E | DB | 1A | 32 | 0 | E | 10D | 3C | 41 |
| Octal | 242 | 156 | 333 | 32 | 62 | 0 | 16 | 415 | 74 | 101 |
| Binary | 10100010 | 1101110 | 11011011 | 11010 | 110010 | 0 | 1110 | 100001101 | 111100 | 1000001 |
Color Harmonies of #A26EDB
Complementary color
Monochromatic Colors of #A26EDB
Black with #A26EDB
Text Example
Text Example
White with #A26EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EDB; }
p { color: rgb(162,110,219); }
H1.HeaderClassName
{
color: #A26EDB;
}
.AnyTagClassName
{
color: #A26EDB;
}
</style>
background-color css
<style>
a { background-color: #A26EDB; }
a { background-color: rgb(162,110,219); }
div.DivClassName
{
background-color: #A26EDB;
}
.BgClassName
{
background-color: #A26EDB;
}
</style>
border-color css
<style>
span { border-color: #A26EDB; }
span { border-color: rgb(162,110,219); }
td.TdClassName
{
border-color: #A26EDB;
}
.TagClassName
{
border-color: #A26EDB;
}
</style>