Shades of Amethyst #AA70D3
Tints of Amethyst #AA70D3
RGB
CMYK
RGB Variations
Color information
#AA70D3 (or 0xAA70D3) is known color: Amethyst. HEX triplet: AA, 70 and D3. RGB value is (170,112,211). Sum of RGB (Red+Green+Blue) = 170+112+211=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA70D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70D3 is #558F2C. Grayscale: #8C8C8C. Windows color (decimal): -5607213 or 13856938. OLE color: 13856938.
HSL color Cylindrical-coordinate representation of color #AA70D3: hue angle of 275.15º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA70D3 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 112 | 211 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.17 |
| HSL | 275.15º | 0.53% | 0.63% | - |
| HSV(B) | 275.15º | 0.47% | 0.83% | - |
| XYZ | 34.13 | 24.84 | 64.62 | - |
| YUV | 140.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 211 | 0.19 | 0.47 | 0 | 0.17 | 275.15 | 0.53 | 0.63 |
| Hex | AA | 70 | D3 | 13 | 2F | 0 | 11 | 113 | 35 | 3F |
| Octal | 252 | 160 | 323 | 23 | 57 | 0 | 21 | 423 | 65 | 77 |
| Binary | 10101010 | 1110000 | 11010011 | 10011 | 101111 | 0 | 10001 | 100010011 | 110101 | 111111 |
Color Harmonies of #AA70D3
Complementary color
Monochromatic Colors of #AA70D3
Black with #AA70D3
Text Example
Text Example
White with #AA70D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70D3; }
p { color: rgb(170,112,211); }
H1.HeaderClassName
{
color: #AA70D3;
}
.AnyTagClassName
{
color: #AA70D3;
}
</style>
background-color css
<style>
a { background-color: #AA70D3; }
a { background-color: rgb(170,112,211); }
div.DivClassName
{
background-color: #AA70D3;
}
.BgClassName
{
background-color: #AA70D3;
}
</style>
border-color css
<style>
span { border-color: #AA70D3; }
span { border-color: rgb(170,112,211); }
td.TdClassName
{
border-color: #AA70D3;
}
.TagClassName
{
border-color: #AA70D3;
}
</style>