Shades of Amethyst #AA70DB
Tints of Amethyst #AA70DB
RGB
CMYK
RGB Variations
Color information
#AA70DB (or 0xAA70DB) is known color: Amethyst. HEX triplet: AA, 70 and DB. RGB value is (170,112,219). Sum of RGB (Red+Green+Blue) = 170+112+219=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70DB is #558F24. Grayscale: #8D8D8D. Windows color (decimal): -5607205 or 14381226. OLE color: 14381226.
HSL color Cylindrical-coordinate representation of color #AA70DB: hue angle of 272.52º 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 #AA70DB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 112 | 219 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.14 |
| HSL | 272.52º | 0.6% | 0.65% | - |
| HSV(B) | 272.52º | 0.49% | 0.86% | - |
| XYZ | 35.16 | 25.25 | 70.04 | - |
| YUV | 141.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 219 | 0.22 | 0.49 | 0 | 0.14 | 272.52 | 0.6 | 0.65 |
| Hex | AA | 70 | DB | 16 | 31 | 0 | E | 111 | 3C | 41 |
| Octal | 252 | 160 | 333 | 26 | 61 | 0 | 16 | 421 | 74 | 101 |
| Binary | 10101010 | 1110000 | 11011011 | 10110 | 110001 | 0 | 1110 | 100010001 | 111100 | 1000001 |
Color Harmonies of #AA70DB
Complementary color
Monochromatic Colors of #AA70DB
Black with #AA70DB
Text Example
Text Example
White with #AA70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70DB; }
p { color: rgb(170,112,219); }
H1.HeaderClassName
{
color: #AA70DB;
}
.AnyTagClassName
{
color: #AA70DB;
}
</style>
background-color css
<style>
a { background-color: #AA70DB; }
a { background-color: rgb(170,112,219); }
div.DivClassName
{
background-color: #AA70DB;
}
.BgClassName
{
background-color: #AA70DB;
}
</style>
border-color css
<style>
span { border-color: #AA70DB; }
span { border-color: rgb(170,112,219); }
td.TdClassName
{
border-color: #AA70DB;
}
.TagClassName
{
border-color: #AA70DB;
}
</style>