Shades of Amethyst #AA62DD
Tints of Amethyst #AA62DD
RGB
CMYK
RGB Variations
Color information
#AA62DD (or 0xAA62DD) is known color: Amethyst. HEX triplet: AA, 62 and DD. RGB value is (170,98,221). Sum of RGB (Red+Green+Blue) = 170+98+221=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62DD is #559D22. Grayscale: #858585. Windows color (decimal): -5610787 or 14508714. OLE color: 14508714.
HSL color Cylindrical-coordinate representation of color #AA62DD: hue angle of 275.12º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA62DD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 98 | 221 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.13 |
| HSL | 275.12º | 0.64% | 0.63% | - |
| HSV(B) | 275.12º | 0.56% | 0.87% | - |
| XYZ | 34 | 22.5 | 70.96 | - |
| YUV | 133.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 221 | 0.23 | 0.56 | 0 | 0.13 | 275.12 | 0.64 | 0.63 |
| Hex | AA | 62 | DD | 17 | 38 | 0 | D | 113 | 40 | 3F |
| Octal | 252 | 142 | 335 | 27 | 70 | 0 | 15 | 423 | 100 | 77 |
| Binary | 10101010 | 1100010 | 11011101 | 10111 | 111000 | 0 | 1101 | 100010011 | 1000000 | 111111 |
Color Harmonies of #AA62DD
Complementary color
Monochromatic Colors of #AA62DD
Black with #AA62DD
Text Example
Text Example
White with #AA62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62DD; }
p { color: rgb(170,98,221); }
H1.HeaderClassName
{
color: #AA62DD;
}
.AnyTagClassName
{
color: #AA62DD;
}
</style>
background-color css
<style>
a { background-color: #AA62DD; }
a { background-color: rgb(170,98,221); }
div.DivClassName
{
background-color: #AA62DD;
}
.BgClassName
{
background-color: #AA62DD;
}
</style>
border-color css
<style>
span { border-color: #AA62DD; }
span { border-color: rgb(170,98,221); }
td.TdClassName
{
border-color: #AA62DD;
}
.TagClassName
{
border-color: #AA62DD;
}
</style>