Shades of Amethyst #AA61DD
Tints of Amethyst #AA61DD
RGB
CMYK
RGB Variations
Color information
#AA61DD (or 0xAA61DD) is known color: Amethyst. HEX triplet: AA, 61 and DD. RGB value is (170,97,221). Sum of RGB (Red+Green+Blue) = 170+97+221=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA61DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61DD is #559E22. Grayscale: #848484. Windows color (decimal): -5611043 or 14508458. OLE color: 14508458.
HSL color Cylindrical-coordinate representation of color #AA61DD: hue angle of 275.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA61DD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 97 | 221 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.13 |
| HSL | 275.32º | 0.65% | 0.62% | - |
| HSV(B) | 275.32º | 0.56% | 0.87% | - |
| XYZ | 33.9 | 22.32 | 70.93 | - |
| YUV | 132.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 221 | 0.23 | 0.56 | 0 | 0.13 | 275.32 | 0.65 | 0.62 |
| Hex | AA | 61 | DD | 17 | 38 | 0 | D | 113 | 41 | 3E |
| Octal | 252 | 141 | 335 | 27 | 70 | 0 | 15 | 423 | 101 | 76 |
| Binary | 10101010 | 1100001 | 11011101 | 10111 | 111000 | 0 | 1101 | 100010011 | 1000001 | 111110 |
Color Harmonies of #AA61DD
Complementary color
Monochromatic Colors of #AA61DD
Black with #AA61DD
Text Example
Text Example
White with #AA61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61DD; }
p { color: rgb(170,97,221); }
H1.HeaderClassName
{
color: #AA61DD;
}
.AnyTagClassName
{
color: #AA61DD;
}
</style>
background-color css
<style>
a { background-color: #AA61DD; }
a { background-color: rgb(170,97,221); }
div.DivClassName
{
background-color: #AA61DD;
}
.BgClassName
{
background-color: #AA61DD;
}
</style>
border-color css
<style>
span { border-color: #AA61DD; }
span { border-color: rgb(170,97,221); }
td.TdClassName
{
border-color: #AA61DD;
}
.TagClassName
{
border-color: #AA61DD;
}
</style>