Shades of Amethyst #AA6ECD
Tints of Amethyst #AA6ECD
RGB
CMYK
RGB Variations
Color information
#AA6ECD (or 0xAA6ECD) is known color: Amethyst. HEX triplet: AA, 6E and CD. RGB value is (170,110,205). Sum of RGB (Red+Green+Blue) = 170+110+205=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ECD is #559132. Grayscale: #8A8A8A. Windows color (decimal): -5607731 or 13463210. OLE color: 13463210.
HSL color Cylindrical-coordinate representation of color #AA6ECD: hue angle of 277.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6ECD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 110 | 205 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.20 |
| HSL | 277.89º | 0.49% | 0.62% | - |
| HSV(B) | 277.89º | 0.46% | 0.8% | - |
| XYZ | 33.17 | 24.11 | 60.66 | - |
| YUV | 138.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 205 | 0.17 | 0.46 | 0 | 0.20 | 277.89 | 0.49 | 0.62 |
| Hex | AA | 6E | CD | 11 | 2E | 0 | 14 | 116 | 31 | 3E |
| Octal | 252 | 156 | 315 | 21 | 56 | 0 | 24 | 426 | 61 | 76 |
| Binary | 10101010 | 1101110 | 11001101 | 10001 | 101110 | 0 | 10100 | 100010110 | 110001 | 111110 |
Color Harmonies of #AA6ECD
Complementary color
Monochromatic Colors of #AA6ECD
Black with #AA6ECD
Text Example
Text Example
White with #AA6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ECD; }
p { color: rgb(170,110,205); }
H1.HeaderClassName
{
color: #AA6ECD;
}
.AnyTagClassName
{
color: #AA6ECD;
}
</style>
background-color css
<style>
a { background-color: #AA6ECD; }
a { background-color: rgb(170,110,205); }
div.DivClassName
{
background-color: #AA6ECD;
}
.BgClassName
{
background-color: #AA6ECD;
}
</style>
border-color css
<style>
span { border-color: #AA6ECD; }
span { border-color: rgb(170,110,205); }
td.TdClassName
{
border-color: #AA6ECD;
}
.TagClassName
{
border-color: #AA6ECD;
}
</style>