Shades of Amethyst #AE6ECE
Tints of Amethyst #AE6ECE
RGB
CMYK
RGB Variations
Color information
#AE6ECE (or 0xAE6ECE) is known color: Amethyst. HEX triplet: AE, 6E and CE. RGB value is (174,110,206). Sum of RGB (Red+Green+Blue) = 174+110+206=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECE is #519131. Grayscale: #8B8B8B. Windows color (decimal): -5345586 or 13528750. OLE color: 13528750.
HSL color Cylindrical-coordinate representation of color #AE6ECE: hue angle of 280º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6ECE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 110 | 206 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.19 |
| HSL | 280º | 0.49% | 0.62% | - |
| HSV(B) | 280º | 0.47% | 0.81% | - |
| XYZ | 34.17 | 24.61 | 61.34 | - |
| YUV | 140.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 206 | 0.16 | 0.47 | 0 | 0.19 | 280 | 0.49 | 0.62 |
| Hex | AE | 6E | CE | 10 | 2F | 0 | 13 | 118 | 31 | 3E |
| Octal | 256 | 156 | 316 | 20 | 57 | 0 | 23 | 430 | 61 | 76 |
| Binary | 10101110 | 1101110 | 11001110 | 10000 | 101111 | 0 | 10011 | 100011000 | 110001 | 111110 |
Color Harmonies of #AE6ECE
Complementary color
Monochromatic Colors of #AE6ECE
Black with #AE6ECE
Text Example
Text Example
White with #AE6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ECE; }
p { color: rgb(174,110,206); }
H1.HeaderClassName
{
color: #AE6ECE;
}
.AnyTagClassName
{
color: #AE6ECE;
}
</style>
background-color css
<style>
a { background-color: #AE6ECE; }
a { background-color: rgb(174,110,206); }
div.DivClassName
{
background-color: #AE6ECE;
}
.BgClassName
{
background-color: #AE6ECE;
}
</style>
border-color css
<style>
span { border-color: #AE6ECE; }
span { border-color: rgb(174,110,206); }
td.TdClassName
{
border-color: #AE6ECE;
}
.TagClassName
{
border-color: #AE6ECE;
}
</style>