Shades of Amethyst #AA6FDD
Tints of Amethyst #AA6FDD
RGB
CMYK
RGB Variations
Color information
#AA6FDD (or 0xAA6FDD) is known color: Amethyst. HEX triplet: AA, 6F and DD. RGB value is (170,111,221). Sum of RGB (Red+Green+Blue) = 170+111+221=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FDD is #559022. Grayscale: #8C8C8C. Windows color (decimal): -5607459 or 14512042. OLE color: 14512042.
HSL color Cylindrical-coordinate representation of color #AA6FDD: hue angle of 272.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FDD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 111 | 221 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.13 |
| HSL | 272.18º | 0.62% | 0.65% | - |
| HSV(B) | 272.18º | 0.5% | 0.87% | - |
| XYZ | 35.31 | 25.14 | 71.4 | - |
| YUV | 141.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 221 | 0.23 | 0.50 | 0 | 0.13 | 272.18 | 0.62 | 0.65 |
| Hex | AA | 6F | DD | 17 | 32 | 0 | D | 110 | 3E | 41 |
| Octal | 252 | 157 | 335 | 27 | 62 | 0 | 15 | 420 | 76 | 101 |
| Binary | 10101010 | 1101111 | 11011101 | 10111 | 110010 | 0 | 1101 | 100010000 | 111110 | 1000001 |
Color Harmonies of #AA6FDD
Complementary color
Monochromatic Colors of #AA6FDD
Black with #AA6FDD
Text Example
Text Example
White with #AA6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FDD; }
p { color: rgb(170,111,221); }
H1.HeaderClassName
{
color: #AA6FDD;
}
.AnyTagClassName
{
color: #AA6FDD;
}
</style>
background-color css
<style>
a { background-color: #AA6FDD; }
a { background-color: rgb(170,111,221); }
div.DivClassName
{
background-color: #AA6FDD;
}
.BgClassName
{
background-color: #AA6FDD;
}
</style>
border-color css
<style>
span { border-color: #AA6FDD; }
span { border-color: rgb(170,111,221); }
td.TdClassName
{
border-color: #AA6FDD;
}
.TagClassName
{
border-color: #AA6FDD;
}
</style>