Shades of Amethyst #AA70DA
Tints of Amethyst #AA70DA
RGB
CMYK
RGB Variations
Color information
#AA70DA (or 0xAA70DA) is known color: Amethyst. HEX triplet: AA, 70 and DA. RGB value is (170,112,218). Sum of RGB (Red+Green+Blue) = 170+112+218=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA70DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70DA is #558F25. Grayscale: #8D8D8D. Windows color (decimal): -5607206 or 14315690. OLE color: 14315690.
HSL color Cylindrical-coordinate representation of color #AA70DA: hue angle of 272.83º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA70DA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 112 | 218 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.15 |
| HSL | 272.83º | 0.59% | 0.65% | - |
| HSV(B) | 272.83º | 0.49% | 0.85% | - |
| XYZ | 35.03 | 25.2 | 69.35 | - |
| YUV | 141.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 218 | 0.22 | 0.49 | 0 | 0.15 | 272.83 | 0.59 | 0.65 |
| Hex | AA | 70 | DA | 16 | 31 | 0 | F | 111 | 3B | 41 |
| Octal | 252 | 160 | 332 | 26 | 61 | 0 | 17 | 421 | 73 | 101 |
| Binary | 10101010 | 1110000 | 11011010 | 10110 | 110001 | 0 | 1111 | 100010001 | 111011 | 1000001 |
Color Harmonies of #AA70DA
Complementary color
Monochromatic Colors of #AA70DA
Black with #AA70DA
Text Example
Text Example
White with #AA70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70DA; }
p { color: rgb(170,112,218); }
H1.HeaderClassName
{
color: #AA70DA;
}
.AnyTagClassName
{
color: #AA70DA;
}
</style>
background-color css
<style>
a { background-color: #AA70DA; }
a { background-color: rgb(170,112,218); }
div.DivClassName
{
background-color: #AA70DA;
}
.BgClassName
{
background-color: #AA70DA;
}
</style>
border-color css
<style>
span { border-color: #AA70DA; }
span { border-color: rgb(170,112,218); }
td.TdClassName
{
border-color: #AA70DA;
}
.TagClassName
{
border-color: #AA70DA;
}
</style>