Shades of Amethyst #AE6ADC
Tints of Amethyst #AE6ADC
RGB
CMYK
RGB Variations
Color information
#AE6ADC (or 0xAE6ADC) is known color: Amethyst. HEX triplet: AE, 6A and DC. RGB value is (174,106,220). Sum of RGB (Red+Green+Blue) = 174+106+220=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ADC is #519523. Grayscale: #8A8A8A. Windows color (decimal): -5346596 or 14445230. OLE color: 14445230.
HSL color Cylindrical-coordinate representation of color #AE6ADC: hue angle of 275.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6ADC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 106 | 220 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.14 |
| HSL | 275.79º | 0.62% | 0.64% | - |
| HSV(B) | 275.79º | 0.52% | 0.86% | - |
| XYZ | 35.53 | 24.47 | 70.56 | - |
| YUV | 139.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 220 | 0.21 | 0.52 | 0 | 0.14 | 275.79 | 0.62 | 0.64 |
| Hex | AE | 6A | DC | 15 | 34 | 0 | E | 114 | 3E | 40 |
| Octal | 256 | 152 | 334 | 25 | 64 | 0 | 16 | 424 | 76 | 100 |
| Binary | 10101110 | 1101010 | 11011100 | 10101 | 110100 | 0 | 1110 | 100010100 | 111110 | 1000000 |
Color Harmonies of #AE6ADC
Complementary color
Monochromatic Colors of #AE6ADC
Black with #AE6ADC
Text Example
Text Example
White with #AE6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ADC; }
p { color: rgb(174,106,220); }
H1.HeaderClassName
{
color: #AE6ADC;
}
.AnyTagClassName
{
color: #AE6ADC;
}
</style>
background-color css
<style>
a { background-color: #AE6ADC; }
a { background-color: rgb(174,106,220); }
div.DivClassName
{
background-color: #AE6ADC;
}
.BgClassName
{
background-color: #AE6ADC;
}
</style>
border-color css
<style>
span { border-color: #AE6ADC; }
span { border-color: rgb(174,106,220); }
td.TdClassName
{
border-color: #AE6ADC;
}
.TagClassName
{
border-color: #AE6ADC;
}
</style>