Shades of Amethyst #AA6BDD
Tints of Amethyst #AA6BDD
RGB
CMYK
RGB Variations
Color information
#AA6BDD (or 0xAA6BDD) is known color: Amethyst. HEX triplet: AA, 6B and DD. RGB value is (170,107,221). Sum of RGB (Red+Green+Blue) = 170+107+221=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BDD is #559422. Grayscale: #8A8A8A. Windows color (decimal): -5608483 or 14511018. OLE color: 14511018.
HSL color Cylindrical-coordinate representation of color #AA6BDD: hue angle of 273.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6BDD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 107 | 221 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.13 |
| HSL | 273.16º | 0.63% | 0.64% | - |
| HSV(B) | 273.16º | 0.52% | 0.87% | - |
| XYZ | 34.89 | 24.28 | 71.25 | - |
| YUV | 138.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 221 | 0.23 | 0.52 | 0 | 0.13 | 273.16 | 0.63 | 0.64 |
| Hex | AA | 6B | DD | 17 | 34 | 0 | D | 111 | 3F | 40 |
| Octal | 252 | 153 | 335 | 27 | 64 | 0 | 15 | 421 | 77 | 100 |
| Binary | 10101010 | 1101011 | 11011101 | 10111 | 110100 | 0 | 1101 | 100010001 | 111111 | 1000000 |
Color Harmonies of #AA6BDD
Complementary color
Monochromatic Colors of #AA6BDD
Black with #AA6BDD
Text Example
Text Example
White with #AA6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BDD; }
p { color: rgb(170,107,221); }
H1.HeaderClassName
{
color: #AA6BDD;
}
.AnyTagClassName
{
color: #AA6BDD;
}
</style>
background-color css
<style>
a { background-color: #AA6BDD; }
a { background-color: rgb(170,107,221); }
div.DivClassName
{
background-color: #AA6BDD;
}
.BgClassName
{
background-color: #AA6BDD;
}
</style>
border-color css
<style>
span { border-color: #AA6BDD; }
span { border-color: rgb(170,107,221); }
td.TdClassName
{
border-color: #AA6BDD;
}
.TagClassName
{
border-color: #AA6BDD;
}
</style>