Shades of Amethyst #AA60DD
Tints of Amethyst #AA60DD
RGB
CMYK
RGB Variations
Color information
#AA60DD (or 0xAA60DD) is known color: Amethyst. HEX triplet: AA, 60 and DD. RGB value is (170,96,221). Sum of RGB (Red+Green+Blue) = 170+96+221=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60DD is #559F22. Grayscale: #838383. Windows color (decimal): -5611299 or 14508202. OLE color: 14508202.
HSL color Cylindrical-coordinate representation of color #AA60DD: hue angle of 275.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA60DD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 96 | 221 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.13 |
| HSL | 275.52º | 0.65% | 0.62% | - |
| HSV(B) | 275.52º | 0.57% | 0.87% | - |
| XYZ | 33.81 | 22.13 | 70.9 | - |
| YUV | 132.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 221 | 0.23 | 0.57 | 0 | 0.13 | 275.52 | 0.65 | 0.62 |
| Hex | AA | 60 | DD | 17 | 39 | 0 | D | 114 | 41 | 3E |
| Octal | 252 | 140 | 335 | 27 | 71 | 0 | 15 | 424 | 101 | 76 |
| Binary | 10101010 | 1100000 | 11011101 | 10111 | 111001 | 0 | 1101 | 100010100 | 1000001 | 111110 |
Color Harmonies of #AA60DD
Complementary color
Monochromatic Colors of #AA60DD
Black with #AA60DD
Text Example
Text Example
White with #AA60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60DD; }
p { color: rgb(170,96,221); }
H1.HeaderClassName
{
color: #AA60DD;
}
.AnyTagClassName
{
color: #AA60DD;
}
</style>
background-color css
<style>
a { background-color: #AA60DD; }
a { background-color: rgb(170,96,221); }
div.DivClassName
{
background-color: #AA60DD;
}
.BgClassName
{
background-color: #AA60DD;
}
</style>
border-color css
<style>
span { border-color: #AA60DD; }
span { border-color: rgb(170,96,221); }
td.TdClassName
{
border-color: #AA60DD;
}
.TagClassName
{
border-color: #AA60DD;
}
</style>