Shades of Amethyst #AA70DD
Tints of Amethyst #AA70DD
RGB
CMYK
RGB Variations
Color information
#AA70DD (or 0xAA70DD) is known color: Amethyst. HEX triplet: AA, 70 and DD. RGB value is (170,112,221). Sum of RGB (Red+Green+Blue) = 170+112+221=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70DD is #558F22. Grayscale: #8D8D8D. Windows color (decimal): -5607203 or 14512298. OLE color: 14512298.
HSL color Cylindrical-coordinate representation of color #AA70DD: hue angle of 271.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA70DD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 112 | 221 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.13 |
| HSL | 271.93º | 0.62% | 0.65% | - |
| HSV(B) | 271.93º | 0.49% | 0.87% | - |
| XYZ | 35.42 | 25.35 | 71.43 | - |
| YUV | 141.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 221 | 0.23 | 0.49 | 0 | 0.13 | 271.93 | 0.62 | 0.65 |
| Hex | AA | 70 | DD | 17 | 31 | 0 | D | 110 | 3E | 41 |
| Octal | 252 | 160 | 335 | 27 | 61 | 0 | 15 | 420 | 76 | 101 |
| Binary | 10101010 | 1110000 | 11011101 | 10111 | 110001 | 0 | 1101 | 100010000 | 111110 | 1000001 |
Color Harmonies of #AA70DD
Complementary color
Monochromatic Colors of #AA70DD
Black with #AA70DD
Text Example
Text Example
White with #AA70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70DD; }
p { color: rgb(170,112,221); }
H1.HeaderClassName
{
color: #AA70DD;
}
.AnyTagClassName
{
color: #AA70DD;
}
</style>
background-color css
<style>
a { background-color: #AA70DD; }
a { background-color: rgb(170,112,221); }
div.DivClassName
{
background-color: #AA70DD;
}
.BgClassName
{
background-color: #AA70DD;
}
</style>
border-color css
<style>
span { border-color: #AA70DD; }
span { border-color: rgb(170,112,221); }
td.TdClassName
{
border-color: #AA70DD;
}
.TagClassName
{
border-color: #AA70DD;
}
</style>