Shades of Amethyst #AA6ECC
Tints of Amethyst #AA6ECC
RGB
CMYK
RGB Variations
Color information
#AA6ECC (or 0xAA6ECC) is known color: Amethyst. HEX triplet: AA, 6E and CC. RGB value is (170,110,204). Sum of RGB (Red+Green+Blue) = 170+110+204=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ECC is #559133. Grayscale: #8A8A8A. Windows color (decimal): -5607732 or 13397674. OLE color: 13397674.
HSL color Cylindrical-coordinate representation of color #AA6ECC: hue angle of 278.3º degrees, saturation: 0.48, 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 #AA6ECC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 110 | 204 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.2 |
| HSL | 278.3º | 0.48% | 0.62% | - |
| HSV(B) | 278.3º | 0.46% | 0.8% | - |
| XYZ | 33.05 | 24.06 | 60.03 | - |
| YUV | 138.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 204 | 0.17 | 0.46 | 0 | 0.2 | 278.3 | 0.48 | 0.62 |
| Hex | AA | 6E | CC | 11 | 2E | 0 | 14 | 116 | 30 | 3E |
| Octal | 252 | 156 | 314 | 21 | 56 | 0 | 24 | 426 | 60 | 76 |
| Binary | 10101010 | 1101110 | 11001100 | 10001 | 101110 | 0 | 10100 | 100010110 | 110000 | 111110 |
Color Harmonies of #AA6ECC
Complementary color
Monochromatic Colors of #AA6ECC
Black with #AA6ECC
Text Example
Text Example
White with #AA6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ECC; }
p { color: rgb(170,110,204); }
H1.HeaderClassName
{
color: #AA6ECC;
}
.AnyTagClassName
{
color: #AA6ECC;
}
</style>
background-color css
<style>
a { background-color: #AA6ECC; }
a { background-color: rgb(170,110,204); }
div.DivClassName
{
background-color: #AA6ECC;
}
.BgClassName
{
background-color: #AA6ECC;
}
</style>
border-color css
<style>
span { border-color: #AA6ECC; }
span { border-color: rgb(170,110,204); }
td.TdClassName
{
border-color: #AA6ECC;
}
.TagClassName
{
border-color: #AA6ECC;
}
</style>