Shades of Amethyst #A26DDB
Tints of Amethyst #A26DDB
RGB
CMYK
RGB Variations
Color information
#A26DDB (or 0xA26DDB) is known color: Amethyst. HEX triplet: A2, 6D and DB. RGB value is (162,109,219). Sum of RGB (Red+Green+Blue) = 162+109+219=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DDB is #5D9224. Grayscale: #898989. Windows color (decimal): -6132261 or 14380450. OLE color: 14380450.
HSL color Cylindrical-coordinate representation of color #A26DDB: hue angle of 268.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26DDB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 109 | 219 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.14 |
| HSL | 268.91º | 0.6% | 0.64% | - |
| HSV(B) | 268.91º | 0.5% | 0.86% | - |
| XYZ | 33.16 | 23.73 | 69.85 | - |
| YUV | 137.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 219 | 0.26 | 0.50 | 0 | 0.14 | 268.91 | 0.6 | 0.64 |
| Hex | A2 | 6D | DB | 1A | 32 | 0 | E | 10D | 3C | 40 |
| Octal | 242 | 155 | 333 | 32 | 62 | 0 | 16 | 415 | 74 | 100 |
| Binary | 10100010 | 1101101 | 11011011 | 11010 | 110010 | 0 | 1110 | 100001101 | 111100 | 1000000 |
Color Harmonies of #A26DDB
Complementary color
Monochromatic Colors of #A26DDB
Black with #A26DDB
Text Example
Text Example
White with #A26DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DDB; }
p { color: rgb(162,109,219); }
H1.HeaderClassName
{
color: #A26DDB;
}
.AnyTagClassName
{
color: #A26DDB;
}
</style>
background-color css
<style>
a { background-color: #A26DDB; }
a { background-color: rgb(162,109,219); }
div.DivClassName
{
background-color: #A26DDB;
}
.BgClassName
{
background-color: #A26DDB;
}
</style>
border-color css
<style>
span { border-color: #A26DDB; }
span { border-color: rgb(162,109,219); }
td.TdClassName
{
border-color: #A26DDB;
}
.TagClassName
{
border-color: #A26DDB;
}
</style>