Shades of Amethyst #AA6EDC
Tints of Amethyst #AA6EDC
RGB
CMYK
RGB Variations
Color information
#AA6EDC (or 0xAA6EDC) is known color: Amethyst. HEX triplet: AA, 6E and DC. RGB value is (170,110,220). Sum of RGB (Red+Green+Blue) = 170+110+220=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDC is #559123. Grayscale: #8C8C8C. Windows color (decimal): -5607716 or 14446250. OLE color: 14446250.
HSL color Cylindrical-coordinate representation of color #AA6EDC: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6EDC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 110 | 220 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.14 |
| HSL | 272.73º | 0.61% | 0.65% | - |
| HSV(B) | 272.73º | 0.5% | 0.86% | - |
| XYZ | 35.07 | 24.87 | 70.66 | - |
| YUV | 140.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 220 | 0.23 | 0.50 | 0 | 0.14 | 272.73 | 0.61 | 0.65 |
| Hex | AA | 6E | DC | 17 | 32 | 0 | E | 111 | 3D | 41 |
| Octal | 252 | 156 | 334 | 27 | 62 | 0 | 16 | 421 | 75 | 101 |
| Binary | 10101010 | 1101110 | 11011100 | 10111 | 110010 | 0 | 1110 | 100010001 | 111101 | 1000001 |
Color Harmonies of #AA6EDC
Complementary color
Monochromatic Colors of #AA6EDC
Black with #AA6EDC
Text Example
Text Example
White with #AA6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EDC; }
p { color: rgb(170,110,220); }
H1.HeaderClassName
{
color: #AA6EDC;
}
.AnyTagClassName
{
color: #AA6EDC;
}
</style>
background-color css
<style>
a { background-color: #AA6EDC; }
a { background-color: rgb(170,110,220); }
div.DivClassName
{
background-color: #AA6EDC;
}
.BgClassName
{
background-color: #AA6EDC;
}
</style>
border-color css
<style>
span { border-color: #AA6EDC; }
span { border-color: rgb(170,110,220); }
td.TdClassName
{
border-color: #AA6EDC;
}
.TagClassName
{
border-color: #AA6EDC;
}
</style>