Shades of Amethyst #AA70CC
Tints of Amethyst #AA70CC
RGB
CMYK
RGB Variations
Color information
#AA70CC (or 0xAA70CC) is known color: Amethyst. HEX triplet: AA, 70 and CC. RGB value is (170,112,204). Sum of RGB (Red+Green+Blue) = 170+112+204=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70CC is #558F33. Grayscale: #8B8B8B. Windows color (decimal): -5607220 or 13398186. OLE color: 13398186.
HSL color Cylindrical-coordinate representation of color #AA70CC: hue angle of 277.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA70CC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 112 | 204 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.2 |
| HSL | 277.83º | 0.47% | 0.62% | - |
| HSV(B) | 277.83º | 0.45% | 0.8% | - |
| XYZ | 33.27 | 24.49 | 60.1 | - |
| YUV | 139.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 204 | 0.17 | 0.45 | 0 | 0.2 | 277.83 | 0.47 | 0.62 |
| Hex | AA | 70 | CC | 11 | 2D | 0 | 14 | 116 | 2F | 3E |
| Octal | 252 | 160 | 314 | 21 | 55 | 0 | 24 | 426 | 57 | 76 |
| Binary | 10101010 | 1110000 | 11001100 | 10001 | 101101 | 0 | 10100 | 100010110 | 101111 | 111110 |
Color Harmonies of #AA70CC
Complementary color
Monochromatic Colors of #AA70CC
Black with #AA70CC
Text Example
Text Example
White with #AA70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70CC; }
p { color: rgb(170,112,204); }
H1.HeaderClassName
{
color: #AA70CC;
}
.AnyTagClassName
{
color: #AA70CC;
}
</style>
background-color css
<style>
a { background-color: #AA70CC; }
a { background-color: rgb(170,112,204); }
div.DivClassName
{
background-color: #AA70CC;
}
.BgClassName
{
background-color: #AA70CC;
}
</style>
border-color css
<style>
span { border-color: #AA70CC; }
span { border-color: rgb(170,112,204); }
td.TdClassName
{
border-color: #AA70CC;
}
.TagClassName
{
border-color: #AA70CC;
}
</style>