Shades of Amethyst #AA6DD1
Tints of Amethyst #AA6DD1
RGB
CMYK
RGB Variations
Color information
#AA6DD1 (or 0xAA6DD1) is known color: Amethyst. HEX triplet: AA, 6D and D1. RGB value is (170,109,209). Sum of RGB (Red+Green+Blue) = 170+109+209=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA6DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD1 is #55922E. Grayscale: #8A8A8A. Windows color (decimal): -5607983 or 13725098. OLE color: 13725098.
HSL color Cylindrical-coordinate representation of color #AA6DD1: hue angle of 276.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6DD1 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 109 | 209 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.18 |
| HSL | 276.6º | 0.52% | 0.62% | - |
| HSV(B) | 276.6º | 0.48% | 0.82% | - |
| XYZ | 33.55 | 24.09 | 63.2 | - |
| YUV | 138.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 209 | 0.19 | 0.48 | 0 | 0.18 | 276.6 | 0.52 | 0.62 |
| Hex | AA | 6D | D1 | 13 | 30 | 0 | 12 | 115 | 34 | 3E |
| Octal | 252 | 155 | 321 | 23 | 60 | 0 | 22 | 425 | 64 | 76 |
| Binary | 10101010 | 1101101 | 11010001 | 10011 | 110000 | 0 | 10010 | 100010101 | 110100 | 111110 |
Color Harmonies of #AA6DD1
Complementary color
Monochromatic Colors of #AA6DD1
Black with #AA6DD1
Text Example
Text Example
White with #AA6DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DD1; }
p { color: rgb(170,109,209); }
H1.HeaderClassName
{
color: #AA6DD1;
}
.AnyTagClassName
{
color: #AA6DD1;
}
</style>
background-color css
<style>
a { background-color: #AA6DD1; }
a { background-color: rgb(170,109,209); }
div.DivClassName
{
background-color: #AA6DD1;
}
.BgClassName
{
background-color: #AA6DD1;
}
</style>
border-color css
<style>
span { border-color: #AA6DD1; }
span { border-color: rgb(170,109,209); }
td.TdClassName
{
border-color: #AA6DD1;
}
.TagClassName
{
border-color: #AA6DD1;
}
</style>