Shades of Amethyst #AA6FDB
Tints of Amethyst #AA6FDB
RGB
CMYK
RGB Variations
Color information
#AA6FDB (or 0xAA6FDB) is known color: Amethyst. HEX triplet: AA, 6F and DB. RGB value is (170,111,219). Sum of RGB (Red+Green+Blue) = 170+111+219=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FDB is #559024. Grayscale: #8C8C8C. Windows color (decimal): -5607461 or 14380970. OLE color: 14380970.
HSL color Cylindrical-coordinate representation of color #AA6FDB: hue angle of 272.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6FDB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 111 | 219 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.14 |
| HSL | 272.78º | 0.6% | 0.65% | - |
| HSV(B) | 272.78º | 0.49% | 0.86% | - |
| XYZ | 35.05 | 25.03 | 70 | - |
| YUV | 140.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 219 | 0.22 | 0.49 | 0 | 0.14 | 272.78 | 0.6 | 0.65 |
| Hex | AA | 6F | DB | 16 | 31 | 0 | E | 111 | 3C | 41 |
| Octal | 252 | 157 | 333 | 26 | 61 | 0 | 16 | 421 | 74 | 101 |
| Binary | 10101010 | 1101111 | 11011011 | 10110 | 110001 | 0 | 1110 | 100010001 | 111100 | 1000001 |
Color Harmonies of #AA6FDB
Complementary color
Monochromatic Colors of #AA6FDB
Black with #AA6FDB
Text Example
Text Example
White with #AA6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FDB; }
p { color: rgb(170,111,219); }
H1.HeaderClassName
{
color: #AA6FDB;
}
.AnyTagClassName
{
color: #AA6FDB;
}
</style>
background-color css
<style>
a { background-color: #AA6FDB; }
a { background-color: rgb(170,111,219); }
div.DivClassName
{
background-color: #AA6FDB;
}
.BgClassName
{
background-color: #AA6FDB;
}
</style>
border-color css
<style>
span { border-color: #AA6FDB; }
span { border-color: rgb(170,111,219); }
td.TdClassName
{
border-color: #AA6FDB;
}
.TagClassName
{
border-color: #AA6FDB;
}
</style>