Shades of Amethyst #A04EEF
Tints of Amethyst #A04EEF
RGB
CMYK
RGB Variations
Color information
#A04EEF (or 0xA04EEF) is known color: Amethyst. HEX triplet: A0, 4E and EF. RGB value is (160,78,239). Sum of RGB (Red+Green+Blue) = 160+78+239=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #A04EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EEF is #5FB110. Grayscale: #787878. Windows color (decimal): -6271249 or 15683232. OLE color: 15683232.
HSL color Cylindrical-coordinate representation of color #A04EEF: hue angle of 270.56º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04EEF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 78 | 239 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270.56º | 0.83% | 0.62% | - |
| HSV(B) | 270.56º | 0.67% | 0.94% | - |
| XYZ | 32.8 | 19.15 | 83.63 | - |
| YUV | 120.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 239 | 0.33 | 0.67 | 0 | 0.06 | 270.56 | 0.83 | 0.62 |
| Hex | A0 | 4E | EF | 21 | 43 | 0 | 6 | 10F | 53 | 3E |
| Octal | 240 | 116 | 357 | 41 | 103 | 0 | 6 | 417 | 123 | 76 |
| Binary | 10100000 | 1001110 | 11101111 | 100001 | 1000011 | 0 | 110 | 100001111 | 1010011 | 111110 |
Color Harmonies of #A04EEF
Complementary color
Monochromatic Colors of #A04EEF
Black with #A04EEF
Text Example
Text Example
White with #A04EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EEF; }
p { color: rgb(160,78,239); }
H1.HeaderClassName
{
color: #A04EEF;
}
.AnyTagClassName
{
color: #A04EEF;
}
</style>
background-color css
<style>
a { background-color: #A04EEF; }
a { background-color: rgb(160,78,239); }
div.DivClassName
{
background-color: #A04EEF;
}
.BgClassName
{
background-color: #A04EEF;
}
</style>
border-color css
<style>
span { border-color: #A04EEF; }
span { border-color: rgb(160,78,239); }
td.TdClassName
{
border-color: #A04EEF;
}
.TagClassName
{
border-color: #A04EEF;
}
</style>