Shades of Amethyst #AA65DD
Tints of Amethyst #AA65DD
RGB
CMYK
RGB Variations
Color information
#AA65DD (or 0xAA65DD) is known color: Amethyst. HEX triplet: AA, 65 and DD. RGB value is (170,101,221). Sum of RGB (Red+Green+Blue) = 170+101+221=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65DD is #559A22. Grayscale: #868686. Windows color (decimal): -5610019 or 14509482. OLE color: 14509482.
HSL color Cylindrical-coordinate representation of color #AA65DD: hue angle of 274.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA65DD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 101 | 221 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.13 |
| HSL | 274.5º | 0.64% | 0.63% | - |
| HSV(B) | 274.5º | 0.54% | 0.87% | - |
| XYZ | 34.28 | 23.07 | 71.05 | - |
| YUV | 135.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 221 | 0.23 | 0.54 | 0 | 0.13 | 274.5 | 0.64 | 0.63 |
| Hex | AA | 65 | DD | 17 | 36 | 0 | D | 112 | 40 | 3F |
| Octal | 252 | 145 | 335 | 27 | 66 | 0 | 15 | 422 | 100 | 77 |
| Binary | 10101010 | 1100101 | 11011101 | 10111 | 110110 | 0 | 1101 | 100010010 | 1000000 | 111111 |
Color Harmonies of #AA65DD
Complementary color
Monochromatic Colors of #AA65DD
Black with #AA65DD
Text Example
Text Example
White with #AA65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65DD; }
p { color: rgb(170,101,221); }
H1.HeaderClassName
{
color: #AA65DD;
}
.AnyTagClassName
{
color: #AA65DD;
}
</style>
background-color css
<style>
a { background-color: #AA65DD; }
a { background-color: rgb(170,101,221); }
div.DivClassName
{
background-color: #AA65DD;
}
.BgClassName
{
background-color: #AA65DD;
}
</style>
border-color css
<style>
span { border-color: #AA65DD; }
span { border-color: rgb(170,101,221); }
td.TdClassName
{
border-color: #AA65DD;
}
.TagClassName
{
border-color: #AA65DD;
}
</style>