Shades of Amethyst #AA6CDD
Tints of Amethyst #AA6CDD
RGB
CMYK
RGB Variations
Color information
#AA6CDD (or 0xAA6CDD) is known color: Amethyst. HEX triplet: AA, 6C and DD. RGB value is (170,108,221). Sum of RGB (Red+Green+Blue) = 170+108+221=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDD is #559322. Grayscale: #8B8B8B. Windows color (decimal): -5608227 or 14511274. OLE color: 14511274.
HSL color Cylindrical-coordinate representation of color #AA6CDD: hue angle of 272.92º 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 #AA6CDD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 108 | 221 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.13 |
| HSL | 272.92º | 0.62% | 0.65% | - |
| HSV(B) | 272.92º | 0.51% | 0.87% | - |
| XYZ | 34.99 | 24.49 | 71.29 | - |
| YUV | 139.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 221 | 0.23 | 0.51 | 0 | 0.13 | 272.92 | 0.62 | 0.65 |
| Hex | AA | 6C | DD | 17 | 33 | 0 | D | 111 | 3E | 41 |
| Octal | 252 | 154 | 335 | 27 | 63 | 0 | 15 | 421 | 76 | 101 |
| Binary | 10101010 | 1101100 | 11011101 | 10111 | 110011 | 0 | 1101 | 100010001 | 111110 | 1000001 |
Color Harmonies of #AA6CDD
Complementary color
Monochromatic Colors of #AA6CDD
Black with #AA6CDD
Text Example
Text Example
White with #AA6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CDD; }
p { color: rgb(170,108,221); }
H1.HeaderClassName
{
color: #AA6CDD;
}
.AnyTagClassName
{
color: #AA6CDD;
}
</style>
background-color css
<style>
a { background-color: #AA6CDD; }
a { background-color: rgb(170,108,221); }
div.DivClassName
{
background-color: #AA6CDD;
}
.BgClassName
{
background-color: #AA6CDD;
}
</style>
border-color css
<style>
span { border-color: #AA6CDD; }
span { border-color: rgb(170,108,221); }
td.TdClassName
{
border-color: #AA6CDD;
}
.TagClassName
{
border-color: #AA6CDD;
}
</style>