Shades of Amethyst #AA6DDD
Tints of Amethyst #AA6DDD
RGB
CMYK
RGB Variations
Color information
#AA6DDD (or 0xAA6DDD) is known color: Amethyst. HEX triplet: AA, 6D and DD. RGB value is (170,109,221). Sum of RGB (Red+Green+Blue) = 170+109+221=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DDD is #559222. Grayscale: #8B8B8B. Windows color (decimal): -5607971 or 14511530. OLE color: 14511530.
HSL color Cylindrical-coordinate representation of color #AA6DDD: hue angle of 272.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6DDD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 109 | 221 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.13 |
| HSL | 272.68º | 0.62% | 0.65% | - |
| HSV(B) | 272.68º | 0.51% | 0.87% | - |
| XYZ | 35.1 | 24.7 | 71.33 | - |
| YUV | 140.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 221 | 0.23 | 0.51 | 0 | 0.13 | 272.68 | 0.62 | 0.65 |
| Hex | AA | 6D | DD | 17 | 33 | 0 | D | 111 | 3E | 41 |
| Octal | 252 | 155 | 335 | 27 | 63 | 0 | 15 | 421 | 76 | 101 |
| Binary | 10101010 | 1101101 | 11011101 | 10111 | 110011 | 0 | 1101 | 100010001 | 111110 | 1000001 |
Color Harmonies of #AA6DDD
Complementary color
Monochromatic Colors of #AA6DDD
Black with #AA6DDD
Text Example
Text Example
White with #AA6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DDD; }
p { color: rgb(170,109,221); }
H1.HeaderClassName
{
color: #AA6DDD;
}
.AnyTagClassName
{
color: #AA6DDD;
}
</style>
background-color css
<style>
a { background-color: #AA6DDD; }
a { background-color: rgb(170,109,221); }
div.DivClassName
{
background-color: #AA6DDD;
}
.BgClassName
{
background-color: #AA6DDD;
}
</style>
border-color css
<style>
span { border-color: #AA6DDD; }
span { border-color: rgb(170,109,221); }
td.TdClassName
{
border-color: #AA6DDD;
}
.TagClassName
{
border-color: #AA6DDD;
}
</style>