Shades of Amethyst #AA64DD
Tints of Amethyst #AA64DD
RGB
CMYK
RGB Variations
Color information
#AA64DD (or 0xAA64DD) is known color: Amethyst. HEX triplet: AA, 64 and DD. RGB value is (170,100,221). Sum of RGB (Red+Green+Blue) = 170+100+221=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64DD is #559B22. Grayscale: #868686. Windows color (decimal): -5610275 or 14509226. OLE color: 14509226.
HSL color Cylindrical-coordinate representation of color #AA64DD: hue angle of 274.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA64DD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 100 | 221 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.13 |
| HSL | 274.71º | 0.64% | 0.63% | - |
| HSV(B) | 274.71º | 0.55% | 0.87% | - |
| XYZ | 34.19 | 22.88 | 71.02 | - |
| YUV | 134.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 221 | 0.23 | 0.55 | 0 | 0.13 | 274.71 | 0.64 | 0.63 |
| Hex | AA | 64 | DD | 17 | 37 | 0 | D | 113 | 40 | 3F |
| Octal | 252 | 144 | 335 | 27 | 67 | 0 | 15 | 423 | 100 | 77 |
| Binary | 10101010 | 1100100 | 11011101 | 10111 | 110111 | 0 | 1101 | 100010011 | 1000000 | 111111 |
Color Harmonies of #AA64DD
Complementary color
Monochromatic Colors of #AA64DD
Black with #AA64DD
Text Example
Text Example
White with #AA64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64DD; }
p { color: rgb(170,100,221); }
H1.HeaderClassName
{
color: #AA64DD;
}
.AnyTagClassName
{
color: #AA64DD;
}
</style>
background-color css
<style>
a { background-color: #AA64DD; }
a { background-color: rgb(170,100,221); }
div.DivClassName
{
background-color: #AA64DD;
}
.BgClassName
{
background-color: #AA64DD;
}
</style>
border-color css
<style>
span { border-color: #AA64DD; }
span { border-color: rgb(170,100,221); }
td.TdClassName
{
border-color: #AA64DD;
}
.TagClassName
{
border-color: #AA64DD;
}
</style>