Shades of Amethyst #A04FEB
Tints of Amethyst #A04FEB
RGB
CMYK
RGB Variations
Color information
#A04FEB (or 0xA04FEB) is known color: Amethyst. HEX triplet: A0, 4F and EB. RGB value is (160,79,235). Sum of RGB (Red+Green+Blue) = 160+79+235=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #A04FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FEB is #5FB014. Grayscale: #787878. Windows color (decimal): -6270997 or 15421344. OLE color: 15421344.
HSL color Cylindrical-coordinate representation of color #A04FEB: hue angle of 271.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04FEB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 79 | 235 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.08 |
| HSL | 271.15º | 0.8% | 0.62% | - |
| HSV(B) | 271.15º | 0.66% | 0.92% | - |
| XYZ | 32.29 | 19.06 | 80.58 | - |
| YUV | 121 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 235 | 0.32 | 0.66 | 0 | 0.08 | 271.15 | 0.8 | 0.62 |
| Hex | A0 | 4F | EB | 20 | 42 | 0 | 8 | 10F | 50 | 3E |
| Octal | 240 | 117 | 353 | 40 | 102 | 0 | 10 | 417 | 120 | 76 |
| Binary | 10100000 | 1001111 | 11101011 | 100000 | 1000010 | 0 | 1000 | 100001111 | 1010000 | 111110 |
Color Harmonies of #A04FEB
Complementary color
Monochromatic Colors of #A04FEB
Black with #A04FEB
Text Example
Text Example
White with #A04FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FEB; }
p { color: rgb(160,79,235); }
H1.HeaderClassName
{
color: #A04FEB;
}
.AnyTagClassName
{
color: #A04FEB;
}
</style>
background-color css
<style>
a { background-color: #A04FEB; }
a { background-color: rgb(160,79,235); }
div.DivClassName
{
background-color: #A04FEB;
}
.BgClassName
{
background-color: #A04FEB;
}
</style>
border-color css
<style>
span { border-color: #A04FEB; }
span { border-color: rgb(160,79,235); }
td.TdClassName
{
border-color: #A04FEB;
}
.TagClassName
{
border-color: #A04FEB;
}
</style>