Shades of Amethyst #A26EDA
Tints of Amethyst #A26EDA
RGB
CMYK
RGB Variations
Color information
#A26EDA (or 0xA26EDA) is known color: Amethyst. HEX triplet: A2, 6E and DA. RGB value is (162,110,218). Sum of RGB (Red+Green+Blue) = 162+110+218=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A26EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EDA is #5D9125. Grayscale: #898989. Windows color (decimal): -6132006 or 14315170. OLE color: 14315170.
HSL color Cylindrical-coordinate representation of color #A26EDA: hue angle of 268.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26EDA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 110 | 218 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.15 |
| HSL | 268.89º | 0.59% | 0.64% | - |
| HSV(B) | 268.89º | 0.5% | 0.85% | - |
| XYZ | 33.13 | 23.9 | 69.2 | - |
| YUV | 137.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 218 | 0.26 | 0.50 | 0 | 0.15 | 268.89 | 0.59 | 0.64 |
| Hex | A2 | 6E | DA | 1A | 32 | 0 | F | 10D | 3B | 40 |
| Octal | 242 | 156 | 332 | 32 | 62 | 0 | 17 | 415 | 73 | 100 |
| Binary | 10100010 | 1101110 | 11011010 | 11010 | 110010 | 0 | 1111 | 100001101 | 111011 | 1000000 |
Color Harmonies of #A26EDA
Complementary color
Monochromatic Colors of #A26EDA
Black with #A26EDA
Text Example
Text Example
White with #A26EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EDA; }
p { color: rgb(162,110,218); }
H1.HeaderClassName
{
color: #A26EDA;
}
.AnyTagClassName
{
color: #A26EDA;
}
</style>
background-color css
<style>
a { background-color: #A26EDA; }
a { background-color: rgb(162,110,218); }
div.DivClassName
{
background-color: #A26EDA;
}
.BgClassName
{
background-color: #A26EDA;
}
</style>
border-color css
<style>
span { border-color: #A26EDA; }
span { border-color: rgb(162,110,218); }
td.TdClassName
{
border-color: #A26EDA;
}
.TagClassName
{
border-color: #A26EDA;
}
</style>