Shades of Amethyst #A26ADB
Tints of Amethyst #A26ADB
RGB
CMYK
RGB Variations
Color information
#A26ADB (or 0xA26ADB) is known color: Amethyst. HEX triplet: A2, 6A and DB. RGB value is (162,106,219). Sum of RGB (Red+Green+Blue) = 162+106+219=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ADB is #5D9524. Grayscale: #878787. Windows color (decimal): -6133029 or 14379682. OLE color: 14379682.
HSL color Cylindrical-coordinate representation of color #A26ADB: hue angle of 269.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26ADB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 106 | 219 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.14 |
| HSL | 269.73º | 0.61% | 0.64% | - |
| HSV(B) | 269.73º | 0.52% | 0.86% | - |
| XYZ | 32.84 | 23.1 | 69.75 | - |
| YUV | 135.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 219 | 0.26 | 0.52 | 0 | 0.14 | 269.73 | 0.61 | 0.64 |
| Hex | A2 | 6A | DB | 1A | 34 | 0 | E | 10E | 3D | 40 |
| Octal | 242 | 152 | 333 | 32 | 64 | 0 | 16 | 416 | 75 | 100 |
| Binary | 10100010 | 1101010 | 11011011 | 11010 | 110100 | 0 | 1110 | 100001110 | 111101 | 1000000 |
Color Harmonies of #A26ADB
Complementary color
Monochromatic Colors of #A26ADB
Black with #A26ADB
Text Example
Text Example
White with #A26ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ADB; }
p { color: rgb(162,106,219); }
H1.HeaderClassName
{
color: #A26ADB;
}
.AnyTagClassName
{
color: #A26ADB;
}
</style>
background-color css
<style>
a { background-color: #A26ADB; }
a { background-color: rgb(162,106,219); }
div.DivClassName
{
background-color: #A26ADB;
}
.BgClassName
{
background-color: #A26ADB;
}
</style>
border-color css
<style>
span { border-color: #A26ADB; }
span { border-color: rgb(162,106,219); }
td.TdClassName
{
border-color: #A26ADB;
}
.TagClassName
{
border-color: #A26ADB;
}
</style>