Shades of Amethyst #AA6ADB
Tints of Amethyst #AA6ADB
RGB
CMYK
RGB Variations
Color information
#AA6ADB (or 0xAA6ADB) is known color: Amethyst. HEX triplet: AA, 6A and DB. RGB value is (170,106,219). Sum of RGB (Red+Green+Blue) = 170+106+219=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ADB is #559524. Grayscale: #898989. Windows color (decimal): -5608741 or 14379690. OLE color: 14379690.
HSL color Cylindrical-coordinate representation of color #AA6ADB: hue angle of 273.98º 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 #AA6ADB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 106 | 219 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.14 |
| HSL | 273.98º | 0.61% | 0.64% | - |
| HSV(B) | 273.98º | 0.52% | 0.86% | - |
| XYZ | 34.52 | 23.97 | 69.82 | - |
| YUV | 138.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 219 | 0.22 | 0.52 | 0 | 0.14 | 273.98 | 0.61 | 0.64 |
| Hex | AA | 6A | DB | 16 | 34 | 0 | E | 112 | 3D | 40 |
| Octal | 252 | 152 | 333 | 26 | 64 | 0 | 16 | 422 | 75 | 100 |
| Binary | 10101010 | 1101010 | 11011011 | 10110 | 110100 | 0 | 1110 | 100010010 | 111101 | 1000000 |
Color Harmonies of #AA6ADB
Complementary color
Monochromatic Colors of #AA6ADB
Black with #AA6ADB
Text Example
Text Example
White with #AA6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ADB; }
p { color: rgb(170,106,219); }
H1.HeaderClassName
{
color: #AA6ADB;
}
.AnyTagClassName
{
color: #AA6ADB;
}
</style>
background-color css
<style>
a { background-color: #AA6ADB; }
a { background-color: rgb(170,106,219); }
div.DivClassName
{
background-color: #AA6ADB;
}
.BgClassName
{
background-color: #AA6ADB;
}
</style>
border-color css
<style>
span { border-color: #AA6ADB; }
span { border-color: rgb(170,106,219); }
td.TdClassName
{
border-color: #AA6ADB;
}
.TagClassName
{
border-color: #AA6ADB;
}
</style>