Shades of Amethyst #AE6EDC
Tints of Amethyst #AE6EDC
RGB
CMYK
RGB Variations
Color information
#AE6EDC (or 0xAE6EDC) is known color: Amethyst. HEX triplet: AE, 6E and DC. RGB value is (174,110,220). Sum of RGB (Red+Green+Blue) = 174+110+220=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EDC is #519123. Grayscale: #8D8D8D. Windows color (decimal): -5345572 or 14446254. OLE color: 14446254.
HSL color Cylindrical-coordinate representation of color #AE6EDC: hue angle of 274.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6EDC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 110 | 220 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.14 |
| HSL | 274.91º | 0.61% | 0.65% | - |
| HSV(B) | 274.91º | 0.5% | 0.86% | - |
| XYZ | 35.95 | 25.32 | 70.7 | - |
| YUV | 141.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 220 | 0.21 | 0.50 | 0 | 0.14 | 274.91 | 0.61 | 0.65 |
| Hex | AE | 6E | DC | 15 | 32 | 0 | E | 113 | 3D | 41 |
| Octal | 256 | 156 | 334 | 25 | 62 | 0 | 16 | 423 | 75 | 101 |
| Binary | 10101110 | 1101110 | 11011100 | 10101 | 110010 | 0 | 1110 | 100010011 | 111101 | 1000001 |
Color Harmonies of #AE6EDC
Complementary color
Monochromatic Colors of #AE6EDC
Black with #AE6EDC
Text Example
Text Example
White with #AE6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6EDC; }
p { color: rgb(174,110,220); }
H1.HeaderClassName
{
color: #AE6EDC;
}
.AnyTagClassName
{
color: #AE6EDC;
}
</style>
background-color css
<style>
a { background-color: #AE6EDC; }
a { background-color: rgb(174,110,220); }
div.DivClassName
{
background-color: #AE6EDC;
}
.BgClassName
{
background-color: #AE6EDC;
}
</style>
border-color css
<style>
span { border-color: #AE6EDC; }
span { border-color: rgb(174,110,220); }
td.TdClassName
{
border-color: #AE6EDC;
}
.TagClassName
{
border-color: #AE6EDC;
}
</style>