Shades of Amethyst #AE7ADC
Tints of Amethyst #AE7ADC
RGB
CMYK
RGB Variations
Color information
#AE7ADC (or 0xAE7ADC) is known color: Amethyst. HEX triplet: AE, 7A and DC. RGB value is (174,122,220). Sum of RGB (Red+Green+Blue) = 174+122+220=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7ADC is #518523. Grayscale: #949494. Windows color (decimal): -5342500 or 14449326. OLE color: 14449326.
HSL color Cylindrical-coordinate representation of color #AE7ADC: hue angle of 271.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7ADC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 122 | 220 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.14 |
| HSL | 271.84º | 0.58% | 0.67% | - |
| HSV(B) | 271.84º | 0.45% | 0.86% | - |
| XYZ | 37.33 | 28.09 | 71.16 | - |
| YUV | 148.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 220 | 0.21 | 0.45 | 0 | 0.14 | 271.84 | 0.58 | 0.67 |
| Hex | AE | 7A | DC | 15 | 2D | 0 | E | 110 | 3A | 43 |
| Octal | 256 | 172 | 334 | 25 | 55 | 0 | 16 | 420 | 72 | 103 |
| Binary | 10101110 | 1111010 | 11011100 | 10101 | 101101 | 0 | 1110 | 100010000 | 111010 | 1000011 |
Color Harmonies of #AE7ADC
Complementary color
Monochromatic Colors of #AE7ADC
Black with #AE7ADC
Text Example
Text Example
White with #AE7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7ADC; }
p { color: rgb(174,122,220); }
H1.HeaderClassName
{
color: #AE7ADC;
}
.AnyTagClassName
{
color: #AE7ADC;
}
</style>
background-color css
<style>
a { background-color: #AE7ADC; }
a { background-color: rgb(174,122,220); }
div.DivClassName
{
background-color: #AE7ADC;
}
.BgClassName
{
background-color: #AE7ADC;
}
</style>
border-color css
<style>
span { border-color: #AE7ADC; }
span { border-color: rgb(174,122,220); }
td.TdClassName
{
border-color: #AE7ADC;
}
.TagClassName
{
border-color: #AE7ADC;
}
</style>