Shades of Amethyst #A26EC2
Tints of Amethyst #A26EC2
RGB
CMYK
RGB Variations
Color information
#A26EC2 (or 0xA26EC2) is known color: Amethyst. HEX triplet: A2, 6E and C2. RGB value is (162,110,194). Sum of RGB (Red+Green+Blue) = 162+110+194=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #A26EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EC2 is #5D913D. Grayscale: #868686. Windows color (decimal): -6132030 or 12742306. OLE color: 12742306.
HSL color Cylindrical-coordinate representation of color #A26EC2: hue angle of 277.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26EC2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 110 | 194 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.24 |
| HSL | 277.14º | 0.41% | 0.6% | - |
| HSV(B) | 277.14º | 0.43% | 0.76% | - |
| XYZ | 30.21 | 22.73 | 53.83 | - |
| YUV | 135.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 194 | 0.16 | 0.43 | 0 | 0.24 | 277.14 | 0.41 | 0.6 |
| Hex | A2 | 6E | C2 | 10 | 2B | 0 | 18 | 115 | 29 | 3C |
| Octal | 242 | 156 | 302 | 20 | 53 | 0 | 30 | 425 | 51 | 74 |
| Binary | 10100010 | 1101110 | 11000010 | 10000 | 101011 | 0 | 11000 | 100010101 | 101001 | 111100 |
Color Harmonies of #A26EC2
Complementary color
Monochromatic Colors of #A26EC2
Black with #A26EC2
Text Example
Text Example
White with #A26EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EC2; }
p { color: rgb(162,110,194); }
H1.HeaderClassName
{
color: #A26EC2;
}
.AnyTagClassName
{
color: #A26EC2;
}
</style>
background-color css
<style>
a { background-color: #A26EC2; }
a { background-color: rgb(162,110,194); }
div.DivClassName
{
background-color: #A26EC2;
}
.BgClassName
{
background-color: #A26EC2;
}
</style>
border-color css
<style>
span { border-color: #A26EC2; }
span { border-color: rgb(162,110,194); }
td.TdClassName
{
border-color: #A26EC2;
}
.TagClassName
{
border-color: #A26EC2;
}
</style>