Shades of Amethyst #AA6DD2
Tints of Amethyst #AA6DD2
RGB
CMYK
RGB Variations
Color information
#AA6DD2 (or 0xAA6DD2) is known color: Amethyst. HEX triplet: AA, 6D and D2. RGB value is (170,109,210). Sum of RGB (Red+Green+Blue) = 170+109+210=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA6DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD2 is #55922D. Grayscale: #8A8A8A. Windows color (decimal): -5607982 or 13790634. OLE color: 13790634.
HSL color Cylindrical-coordinate representation of color #AA6DD2: hue angle of 276.24º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6DD2 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 109 | 210 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.18 |
| HSL | 276.24º | 0.53% | 0.63% | - |
| HSV(B) | 276.24º | 0.48% | 0.82% | - |
| XYZ | 33.68 | 24.14 | 63.86 | - |
| YUV | 138.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 210 | 0.19 | 0.48 | 0 | 0.18 | 276.24 | 0.53 | 0.63 |
| Hex | AA | 6D | D2 | 13 | 30 | 0 | 12 | 114 | 35 | 3F |
| Octal | 252 | 155 | 322 | 23 | 60 | 0 | 22 | 424 | 65 | 77 |
| Binary | 10101010 | 1101101 | 11010010 | 10011 | 110000 | 0 | 10010 | 100010100 | 110101 | 111111 |
Color Harmonies of #AA6DD2
Complementary color
Monochromatic Colors of #AA6DD2
Black with #AA6DD2
Text Example
Text Example
White with #AA6DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DD2; }
p { color: rgb(170,109,210); }
H1.HeaderClassName
{
color: #AA6DD2;
}
.AnyTagClassName
{
color: #AA6DD2;
}
</style>
background-color css
<style>
a { background-color: #AA6DD2; }
a { background-color: rgb(170,109,210); }
div.DivClassName
{
background-color: #AA6DD2;
}
.BgClassName
{
background-color: #AA6DD2;
}
</style>
border-color css
<style>
span { border-color: #AA6DD2; }
span { border-color: rgb(170,109,210); }
td.TdClassName
{
border-color: #AA6DD2;
}
.TagClassName
{
border-color: #AA6DD2;
}
</style>