Shades of Amethyst #AA6CE0
Tints of Amethyst #AA6CE0
RGB
CMYK
RGB Variations
Color information
#AA6CE0 (or 0xAA6CE0) is known color: Amethyst. HEX triplet: AA, 6C and E0. RGB value is (170,108,224). Sum of RGB (Red+Green+Blue) = 170+108+224=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CE0 is #55931F. Grayscale: #8B8B8B. Windows color (decimal): -5608224 or 14707882. OLE color: 14707882.
HSL color Cylindrical-coordinate representation of color #AA6CE0: hue angle of 272.07º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6CE0 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 108 | 224 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.12 |
| HSL | 272.07º | 0.65% | 0.65% | - |
| HSV(B) | 272.07º | 0.52% | 0.88% | - |
| XYZ | 35.39 | 24.65 | 73.41 | - |
| YUV | 139.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 224 | 0.24 | 0.52 | 0 | 0.12 | 272.07 | 0.65 | 0.65 |
| Hex | AA | 6C | E0 | 18 | 34 | 0 | C | 110 | 41 | 41 |
| Octal | 252 | 154 | 340 | 30 | 64 | 0 | 14 | 420 | 101 | 101 |
| Binary | 10101010 | 1101100 | 11100000 | 11000 | 110100 | 0 | 1100 | 100010000 | 1000001 | 1000001 |
Color Harmonies of #AA6CE0
Complementary color
Monochromatic Colors of #AA6CE0
Black with #AA6CE0
Text Example
Text Example
White with #AA6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CE0; }
p { color: rgb(170,108,224); }
H1.HeaderClassName
{
color: #AA6CE0;
}
.AnyTagClassName
{
color: #AA6CE0;
}
</style>
background-color css
<style>
a { background-color: #AA6CE0; }
a { background-color: rgb(170,108,224); }
div.DivClassName
{
background-color: #AA6CE0;
}
.BgClassName
{
background-color: #AA6CE0;
}
</style>
border-color css
<style>
span { border-color: #AA6CE0; }
span { border-color: rgb(170,108,224); }
td.TdClassName
{
border-color: #AA6CE0;
}
.TagClassName
{
border-color: #AA6CE0;
}
</style>