Shades of Amethyst #AA71DD
Tints of Amethyst #AA71DD
RGB
CMYK
RGB Variations
Color information
#AA71DD (or 0xAA71DD) is known color: Amethyst. HEX triplet: AA, 71 and DD. RGB value is (170,113,221). Sum of RGB (Red+Green+Blue) = 170+113+221=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71DD is #558E22. Grayscale: #8D8D8D. Windows color (decimal): -5606947 or 14512554. OLE color: 14512554.
HSL color Cylindrical-coordinate representation of color #AA71DD: hue angle of 271.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA71DD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 113 | 221 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.13 |
| HSL | 271.67º | 0.61% | 0.65% | - |
| HSV(B) | 271.67º | 0.49% | 0.87% | - |
| XYZ | 35.53 | 25.58 | 71.47 | - |
| YUV | 142.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 221 | 0.23 | 0.49 | 0 | 0.13 | 271.67 | 0.61 | 0.65 |
| Hex | AA | 71 | DD | 17 | 31 | 0 | D | 110 | 3D | 41 |
| Octal | 252 | 161 | 335 | 27 | 61 | 0 | 15 | 420 | 75 | 101 |
| Binary | 10101010 | 1110001 | 11011101 | 10111 | 110001 | 0 | 1101 | 100010000 | 111101 | 1000001 |
Color Harmonies of #AA71DD
Complementary color
Monochromatic Colors of #AA71DD
Black with #AA71DD
Text Example
Text Example
White with #AA71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA71DD; }
p { color: rgb(170,113,221); }
H1.HeaderClassName
{
color: #AA71DD;
}
.AnyTagClassName
{
color: #AA71DD;
}
</style>
background-color css
<style>
a { background-color: #AA71DD; }
a { background-color: rgb(170,113,221); }
div.DivClassName
{
background-color: #AA71DD;
}
.BgClassName
{
background-color: #AA71DD;
}
</style>
border-color css
<style>
span { border-color: #AA71DD; }
span { border-color: rgb(170,113,221); }
td.TdClassName
{
border-color: #AA71DD;
}
.TagClassName
{
border-color: #AA71DD;
}
</style>