Shades of Amethyst #AE6EE5
Tints of Amethyst #AE6EE5
RGB
CMYK
RGB Variations
Color information
#AE6EE5 (or 0xAE6EE5) is known color: Amethyst. HEX triplet: AE, 6E and E5. RGB value is (174,110,229). Sum of RGB (Red+Green+Blue) = 174+110+229=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE6EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EE5 is #51911A. Grayscale: #8E8E8E. Windows color (decimal): -5345563 or 15036078. OLE color: 15036078.
HSL color Cylindrical-coordinate representation of color #AE6EE5: hue angle of 272.27º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6EE5 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 110 | 229 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.10 |
| HSL | 272.27º | 0.7% | 0.66% | - |
| HSV(B) | 272.27º | 0.52% | 0.9% | - |
| XYZ | 37.17 | 25.81 | 77.15 | - |
| YUV | 142.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 229 | 0.24 | 0.52 | 0 | 0.10 | 272.27 | 0.7 | 0.66 |
| Hex | AE | 6E | E5 | 18 | 34 | 0 | A | 110 | 46 | 42 |
| Octal | 256 | 156 | 345 | 30 | 64 | 0 | 12 | 420 | 106 | 102 |
| Binary | 10101110 | 1101110 | 11100101 | 11000 | 110100 | 0 | 1010 | 100010000 | 1000110 | 1000010 |
Color Harmonies of #AE6EE5
Complementary color
Monochromatic Colors of #AE6EE5
Black with #AE6EE5
Text Example
Text Example
White with #AE6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6EE5; }
p { color: rgb(174,110,229); }
H1.HeaderClassName
{
color: #AE6EE5;
}
.AnyTagClassName
{
color: #AE6EE5;
}
</style>
background-color css
<style>
a { background-color: #AE6EE5; }
a { background-color: rgb(174,110,229); }
div.DivClassName
{
background-color: #AE6EE5;
}
.BgClassName
{
background-color: #AE6EE5;
}
</style>
border-color css
<style>
span { border-color: #AE6EE5; }
span { border-color: rgb(174,110,229); }
td.TdClassName
{
border-color: #AE6EE5;
}
.TagClassName
{
border-color: #AE6EE5;
}
</style>