Shades of Amethyst #AA71D9
Tints of Amethyst #AA71D9
RGB
CMYK
RGB Variations
Color information
#AA71D9 (or 0xAA71D9) is known color: Amethyst. HEX triplet: AA, 71 and D9. RGB value is (170,113,217). Sum of RGB (Red+Green+Blue) = 170+113+217=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA71D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71D9 is #558E26. Grayscale: #8D8D8D. Windows color (decimal): -5606951 or 14250410. OLE color: 14250410.
HSL color Cylindrical-coordinate representation of color #AA71D9: hue angle of 272.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA71D9 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 113 | 217 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.15 |
| HSL | 272.88º | 0.58% | 0.65% | - |
| HSV(B) | 272.88º | 0.48% | 0.85% | - |
| XYZ | 35.01 | 25.37 | 68.7 | - |
| YUV | 141.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 217 | 0.22 | 0.48 | 0 | 0.15 | 272.88 | 0.58 | 0.65 |
| Hex | AA | 71 | D9 | 16 | 30 | 0 | F | 111 | 3A | 41 |
| Octal | 252 | 161 | 331 | 26 | 60 | 0 | 17 | 421 | 72 | 101 |
| Binary | 10101010 | 1110001 | 11011001 | 10110 | 110000 | 0 | 1111 | 100010001 | 111010 | 1000001 |
Color Harmonies of #AA71D9
Complementary color
Monochromatic Colors of #AA71D9
Black with #AA71D9
Text Example
Text Example
White with #AA71D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71D9; }
p { color: rgb(170,113,217); }
H1.HeaderClassName
{
color: #AA71D9;
}
.AnyTagClassName
{
color: #AA71D9;
}
</style>
background-color css
<style>
a { background-color: #AA71D9; }
a { background-color: rgb(170,113,217); }
div.DivClassName
{
background-color: #AA71D9;
}
.BgClassName
{
background-color: #AA71D9;
}
</style>
border-color css
<style>
span { border-color: #AA71D9; }
span { border-color: rgb(170,113,217); }
td.TdClassName
{
border-color: #AA71D9;
}
.TagClassName
{
border-color: #AA71D9;
}
</style>