Shades of Amethyst #AA70DC
Tints of Amethyst #AA70DC
RGB
CMYK
RGB Variations
Color information
#AA70DC (or 0xAA70DC) is known color: Amethyst. HEX triplet: AA, 70 and DC. RGB value is (170,112,220). Sum of RGB (Red+Green+Blue) = 170+112+220=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70DC is #558F23. Grayscale: #8D8D8D. Windows color (decimal): -5607204 or 14446762. OLE color: 14446762.
HSL color Cylindrical-coordinate representation of color #AA70DC: hue angle of 272.22º degrees, saturation: 0.61, 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 #AA70DC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 112 | 220 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.14 |
| HSL | 272.22º | 0.61% | 0.65% | - |
| HSV(B) | 272.22º | 0.49% | 0.86% | - |
| XYZ | 35.29 | 25.3 | 70.73 | - |
| YUV | 141.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 220 | 0.23 | 0.49 | 0 | 0.14 | 272.22 | 0.61 | 0.65 |
| Hex | AA | 70 | DC | 17 | 31 | 0 | E | 110 | 3D | 41 |
| Octal | 252 | 160 | 334 | 27 | 61 | 0 | 16 | 420 | 75 | 101 |
| Binary | 10101010 | 1110000 | 11011100 | 10111 | 110001 | 0 | 1110 | 100010000 | 111101 | 1000001 |
Color Harmonies of #AA70DC
Complementary color
Monochromatic Colors of #AA70DC
Black with #AA70DC
Text Example
Text Example
White with #AA70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70DC; }
p { color: rgb(170,112,220); }
H1.HeaderClassName
{
color: #AA70DC;
}
.AnyTagClassName
{
color: #AA70DC;
}
</style>
background-color css
<style>
a { background-color: #AA70DC; }
a { background-color: rgb(170,112,220); }
div.DivClassName
{
background-color: #AA70DC;
}
.BgClassName
{
background-color: #AA70DC;
}
</style>
border-color css
<style>
span { border-color: #AA70DC; }
span { border-color: rgb(170,112,220); }
td.TdClassName
{
border-color: #AA70DC;
}
.TagClassName
{
border-color: #AA70DC;
}
</style>