Shades of Amethyst #A04EEA
Tints of Amethyst #A04EEA
RGB
CMYK
RGB Variations
Color information
#A04EEA (or 0xA04EEA) is known color: Amethyst. HEX triplet: A0, 4E and EA. RGB value is (160,78,234). Sum of RGB (Red+Green+Blue) = 160+78+234=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #A04EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EEA is #5FB115. Grayscale: #777777. Windows color (decimal): -6271254 or 15355552. OLE color: 15355552.
HSL color Cylindrical-coordinate representation of color #A04EEA: hue angle of 271.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04EEA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 78 | 234 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.08 |
| HSL | 271.54º | 0.79% | 0.61% | - |
| HSV(B) | 271.54º | 0.67% | 0.92% | - |
| XYZ | 32.07 | 18.86 | 79.79 | - |
| YUV | 120.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 234 | 0.32 | 0.67 | 0 | 0.08 | 271.54 | 0.79 | 0.61 |
| Hex | A0 | 4E | EA | 20 | 43 | 0 | 8 | 110 | 4F | 3D |
| Octal | 240 | 116 | 352 | 40 | 103 | 0 | 10 | 420 | 117 | 75 |
| Binary | 10100000 | 1001110 | 11101010 | 100000 | 1000011 | 0 | 1000 | 100010000 | 1001111 | 111101 |
Color Harmonies of #A04EEA
Complementary color
Monochromatic Colors of #A04EEA
Black with #A04EEA
Text Example
Text Example
White with #A04EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EEA; }
p { color: rgb(160,78,234); }
H1.HeaderClassName
{
color: #A04EEA;
}
.AnyTagClassName
{
color: #A04EEA;
}
</style>
background-color css
<style>
a { background-color: #A04EEA; }
a { background-color: rgb(160,78,234); }
div.DivClassName
{
background-color: #A04EEA;
}
.BgClassName
{
background-color: #A04EEA;
}
</style>
border-color css
<style>
span { border-color: #A04EEA; }
span { border-color: rgb(160,78,234); }
td.TdClassName
{
border-color: #A04EEA;
}
.TagClassName
{
border-color: #A04EEA;
}
</style>