Shades of Amethyst #AA70CA
Tints of Amethyst #AA70CA
RGB
CMYK
RGB Variations
Color information
#AA70CA (or 0xAA70CA) is known color: Amethyst. HEX triplet: AA, 70 and CA. RGB value is (170,112,202). Sum of RGB (Red+Green+Blue) = 170+112+202=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70CA is #558F35. Grayscale: #8B8B8B. Windows color (decimal): -5607222 or 13267114. OLE color: 13267114.
HSL color Cylindrical-coordinate representation of color #AA70CA: hue angle of 278.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA70CA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 112 | 202 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.21 |
| HSL | 278.67º | 0.46% | 0.62% | - |
| HSV(B) | 278.67º | 0.45% | 0.79% | - |
| XYZ | 33.03 | 24.4 | 58.85 | - |
| YUV | 139.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 202 | 0.16 | 0.45 | 0 | 0.21 | 278.67 | 0.46 | 0.62 |
| Hex | AA | 70 | CA | 10 | 2D | 0 | 15 | 117 | 2E | 3E |
| Octal | 252 | 160 | 312 | 20 | 55 | 0 | 25 | 427 | 56 | 76 |
| Binary | 10101010 | 1110000 | 11001010 | 10000 | 101101 | 0 | 10101 | 100010111 | 101110 | 111110 |
Color Harmonies of #AA70CA
Complementary color
Monochromatic Colors of #AA70CA
Black with #AA70CA
Text Example
Text Example
White with #AA70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70CA; }
p { color: rgb(170,112,202); }
H1.HeaderClassName
{
color: #AA70CA;
}
.AnyTagClassName
{
color: #AA70CA;
}
</style>
background-color css
<style>
a { background-color: #AA70CA; }
a { background-color: rgb(170,112,202); }
div.DivClassName
{
background-color: #AA70CA;
}
.BgClassName
{
background-color: #AA70CA;
}
</style>
border-color css
<style>
span { border-color: #AA70CA; }
span { border-color: rgb(170,112,202); }
td.TdClassName
{
border-color: #AA70CA;
}
.TagClassName
{
border-color: #AA70CA;
}
</style>