Shades of Amethyst #AE6EE0
Tints of Amethyst #AE6EE0
RGB
CMYK
RGB Variations
Color information
#AE6EE0 (or 0xAE6EE0) is known color: Amethyst. HEX triplet: AE, 6E and E0. RGB value is (174,110,224). Sum of RGB (Red+Green+Blue) = 174+110+224=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE6EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EE0 is #51911F. Grayscale: #8D8D8D. Windows color (decimal): -5345568 or 14708398. OLE color: 14708398.
HSL color Cylindrical-coordinate representation of color #AE6EE0: hue angle of 273.68º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6EE0 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 110 | 224 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.12 |
| HSL | 273.68º | 0.65% | 0.65% | - |
| HSV(B) | 273.68º | 0.51% | 0.88% | - |
| XYZ | 36.49 | 25.53 | 73.53 | - |
| YUV | 142.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 224 | 0.22 | 0.51 | 0 | 0.12 | 273.68 | 0.65 | 0.65 |
| Hex | AE | 6E | E0 | 16 | 33 | 0 | C | 112 | 41 | 41 |
| Octal | 256 | 156 | 340 | 26 | 63 | 0 | 14 | 422 | 101 | 101 |
| Binary | 10101110 | 1101110 | 11100000 | 10110 | 110011 | 0 | 1100 | 100010010 | 1000001 | 1000001 |
Color Harmonies of #AE6EE0
Complementary color
Monochromatic Colors of #AE6EE0
Black with #AE6EE0
Text Example
Text Example
White with #AE6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6EE0; }
p { color: rgb(174,110,224); }
H1.HeaderClassName
{
color: #AE6EE0;
}
.AnyTagClassName
{
color: #AE6EE0;
}
</style>
background-color css
<style>
a { background-color: #AE6EE0; }
a { background-color: rgb(174,110,224); }
div.DivClassName
{
background-color: #AE6EE0;
}
.BgClassName
{
background-color: #AE6EE0;
}
</style>
border-color css
<style>
span { border-color: #AE6EE0; }
span { border-color: rgb(174,110,224); }
td.TdClassName
{
border-color: #AE6EE0;
}
.TagClassName
{
border-color: #AE6EE0;
}
</style>