Shades of Amethyst #A26CDB
Tints of Amethyst #A26CDB
RGB
CMYK
RGB Variations
Color information
#A26CDB (or 0xA26CDB) is known color: Amethyst. HEX triplet: A2, 6C and DB. RGB value is (162,108,219). Sum of RGB (Red+Green+Blue) = 162+108+219=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CDB is #5D9324. Grayscale: #888888. Windows color (decimal): -6132517 or 14380194. OLE color: 14380194.
HSL color Cylindrical-coordinate representation of color #A26CDB: hue angle of 269.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26CDB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 108 | 219 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.14 |
| HSL | 269.19º | 0.61% | 0.64% | - |
| HSV(B) | 269.19º | 0.51% | 0.86% | - |
| XYZ | 33.05 | 23.52 | 69.82 | - |
| YUV | 136.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 219 | 0.26 | 0.51 | 0 | 0.14 | 269.19 | 0.61 | 0.64 |
| Hex | A2 | 6C | DB | 1A | 33 | 0 | E | 10D | 3D | 40 |
| Octal | 242 | 154 | 333 | 32 | 63 | 0 | 16 | 415 | 75 | 100 |
| Binary | 10100010 | 1101100 | 11011011 | 11010 | 110011 | 0 | 1110 | 100001101 | 111101 | 1000000 |
Color Harmonies of #A26CDB
Complementary color
Monochromatic Colors of #A26CDB
Black with #A26CDB
Text Example
Text Example
White with #A26CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CDB; }
p { color: rgb(162,108,219); }
H1.HeaderClassName
{
color: #A26CDB;
}
.AnyTagClassName
{
color: #A26CDB;
}
</style>
background-color css
<style>
a { background-color: #A26CDB; }
a { background-color: rgb(162,108,219); }
div.DivClassName
{
background-color: #A26CDB;
}
.BgClassName
{
background-color: #A26CDB;
}
</style>
border-color css
<style>
span { border-color: #A26CDB; }
span { border-color: rgb(162,108,219); }
td.TdClassName
{
border-color: #A26CDB;
}
.TagClassName
{
border-color: #A26CDB;
}
</style>