Shades of Amethyst #AA6EDB
Tints of Amethyst #AA6EDB
RGB
CMYK
RGB Variations
Color information
#AA6EDB (or 0xAA6EDB) is known color: Amethyst. HEX triplet: AA, 6E and DB. RGB value is (170,110,219). Sum of RGB (Red+Green+Blue) = 170+110+219=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDB is #559124. Grayscale: #8B8B8B. Windows color (decimal): -5607717 or 14380714. OLE color: 14380714.
HSL color Cylindrical-coordinate representation of color #AA6EDB: hue angle of 273.03º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6EDB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 110 | 219 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.14 |
| HSL | 273.03º | 0.6% | 0.65% | - |
| HSV(B) | 273.03º | 0.5% | 0.86% | - |
| XYZ | 34.94 | 24.81 | 69.97 | - |
| YUV | 140.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 219 | 0.22 | 0.50 | 0 | 0.14 | 273.03 | 0.6 | 0.65 |
| Hex | AA | 6E | DB | 16 | 32 | 0 | E | 111 | 3C | 41 |
| Octal | 252 | 156 | 333 | 26 | 62 | 0 | 16 | 421 | 74 | 101 |
| Binary | 10101010 | 1101110 | 11011011 | 10110 | 110010 | 0 | 1110 | 100010001 | 111100 | 1000001 |
Color Harmonies of #AA6EDB
Complementary color
Monochromatic Colors of #AA6EDB
Black with #AA6EDB
Text Example
Text Example
White with #AA6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EDB; }
p { color: rgb(170,110,219); }
H1.HeaderClassName
{
color: #AA6EDB;
}
.AnyTagClassName
{
color: #AA6EDB;
}
</style>
background-color css
<style>
a { background-color: #AA6EDB; }
a { background-color: rgb(170,110,219); }
div.DivClassName
{
background-color: #AA6EDB;
}
.BgClassName
{
background-color: #AA6EDB;
}
</style>
border-color css
<style>
span { border-color: #AA6EDB; }
span { border-color: rgb(170,110,219); }
td.TdClassName
{
border-color: #AA6EDB;
}
.TagClassName
{
border-color: #AA6EDB;
}
</style>