Shades of Amethyst #A04EEB
Tints of Amethyst #A04EEB
RGB
CMYK
RGB Variations
Color information
#A04EEB (or 0xA04EEB) is known color: Amethyst. HEX triplet: A0, 4E and EB. RGB value is (160,78,235). Sum of RGB (Red+Green+Blue) = 160+78+235=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #A04EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EEB is #5FB114. Grayscale: #777777. Windows color (decimal): -6271253 or 15421088. OLE color: 15421088.
HSL color Cylindrical-coordinate representation of color #A04EEB: hue angle of 271.34º degrees, saturation: 0.8, 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 #A04EEB is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 78 | 235 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.08 |
| HSL | 271.34º | 0.8% | 0.61% | - |
| HSV(B) | 271.34º | 0.67% | 0.92% | - |
| XYZ | 32.22 | 18.92 | 80.55 | - |
| YUV | 120.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 235 | 0.32 | 0.67 | 0 | 0.08 | 271.34 | 0.8 | 0.61 |
| Hex | A0 | 4E | EB | 20 | 43 | 0 | 8 | 10F | 50 | 3D |
| Octal | 240 | 116 | 353 | 40 | 103 | 0 | 10 | 417 | 120 | 75 |
| Binary | 10100000 | 1001110 | 11101011 | 100000 | 1000011 | 0 | 1000 | 100001111 | 1010000 | 111101 |
Color Harmonies of #A04EEB
Complementary color
Monochromatic Colors of #A04EEB
Black with #A04EEB
Text Example
Text Example
White with #A04EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EEB; }
p { color: rgb(160,78,235); }
H1.HeaderClassName
{
color: #A04EEB;
}
.AnyTagClassName
{
color: #A04EEB;
}
</style>
background-color css
<style>
a { background-color: #A04EEB; }
a { background-color: rgb(160,78,235); }
div.DivClassName
{
background-color: #A04EEB;
}
.BgClassName
{
background-color: #A04EEB;
}
</style>
border-color css
<style>
span { border-color: #A04EEB; }
span { border-color: rgb(160,78,235); }
td.TdClassName
{
border-color: #A04EEB;
}
.TagClassName
{
border-color: #A04EEB;
}
</style>