Shades of Amethyst #AA6CE3
Tints of Amethyst #AA6CE3
RGB
CMYK
RGB Variations
Color information
#AA6CE3 (or 0xAA6CE3) is known color: Amethyst. HEX triplet: AA, 6C and E3. RGB value is (170,108,227). Sum of RGB (Red+Green+Blue) = 170+108+227=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA6CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CE3 is #55931C. Grayscale: #8B8B8B. Windows color (decimal): -5608221 or 14904490. OLE color: 14904490.
HSL color Cylindrical-coordinate representation of color #AA6CE3: hue angle of 271.26º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6CE3 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 108 | 227 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.11 |
| HSL | 271.26º | 0.68% | 0.66% | - |
| HSV(B) | 271.26º | 0.52% | 0.89% | - |
| XYZ | 35.81 | 24.82 | 75.58 | - |
| YUV | 140.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 227 | 0.25 | 0.52 | 0 | 0.11 | 271.26 | 0.68 | 0.66 |
| Hex | AA | 6C | E3 | 19 | 34 | 0 | B | 10F | 44 | 42 |
| Octal | 252 | 154 | 343 | 31 | 64 | 0 | 13 | 417 | 104 | 102 |
| Binary | 10101010 | 1101100 | 11100011 | 11001 | 110100 | 0 | 1011 | 100001111 | 1000100 | 1000010 |
Color Harmonies of #AA6CE3
Complementary color
Monochromatic Colors of #AA6CE3
Black with #AA6CE3
Text Example
Text Example
White with #AA6CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CE3; }
p { color: rgb(170,108,227); }
H1.HeaderClassName
{
color: #AA6CE3;
}
.AnyTagClassName
{
color: #AA6CE3;
}
</style>
background-color css
<style>
a { background-color: #AA6CE3; }
a { background-color: rgb(170,108,227); }
div.DivClassName
{
background-color: #AA6CE3;
}
.BgClassName
{
background-color: #AA6CE3;
}
</style>
border-color css
<style>
span { border-color: #AA6CE3; }
span { border-color: rgb(170,108,227); }
td.TdClassName
{
border-color: #AA6CE3;
}
.TagClassName
{
border-color: #AA6CE3;
}
</style>