Shades of Amethyst #AA71DC
Tints of Amethyst #AA71DC
RGB
CMYK
RGB Variations
Color information
#AA71DC (or 0xAA71DC) is known color: Amethyst. HEX triplet: AA, 71 and DC. RGB value is (170,113,220). Sum of RGB (Red+Green+Blue) = 170+113+220=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DC is #558E23. Grayscale: #8D8D8D. Windows color (decimal): -5606948 or 14447018. OLE color: 14447018.
HSL color Cylindrical-coordinate representation of color #AA71DC: hue angle of 271.96º degrees, saturation: 0.6, 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 #AA71DC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 113 | 220 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.14 |
| HSL | 271.96º | 0.6% | 0.65% | - |
| HSV(B) | 271.96º | 0.49% | 0.86% | - |
| XYZ | 35.4 | 25.52 | 70.77 | - |
| YUV | 142.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 220 | 0.23 | 0.49 | 0 | 0.14 | 271.96 | 0.6 | 0.65 |
| Hex | AA | 71 | DC | 17 | 31 | 0 | E | 110 | 3C | 41 |
| Octal | 252 | 161 | 334 | 27 | 61 | 0 | 16 | 420 | 74 | 101 |
| Binary | 10101010 | 1110001 | 11011100 | 10111 | 110001 | 0 | 1110 | 100010000 | 111100 | 1000001 |
Color Harmonies of #AA71DC
Complementary color
Monochromatic Colors of #AA71DC
Black with #AA71DC
Text Example
Text Example
White with #AA71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71DC; }
p { color: rgb(170,113,220); }
H1.HeaderClassName
{
color: #AA71DC;
}
.AnyTagClassName
{
color: #AA71DC;
}
</style>
background-color css
<style>
a { background-color: #AA71DC; }
a { background-color: rgb(170,113,220); }
div.DivClassName
{
background-color: #AA71DC;
}
.BgClassName
{
background-color: #AA71DC;
}
</style>
border-color css
<style>
span { border-color: #AA71DC; }
span { border-color: rgb(170,113,220); }
td.TdClassName
{
border-color: #AA71DC;
}
.TagClassName
{
border-color: #AA71DC;
}
</style>