Shades of Amethyst #A04FED
Tints of Amethyst #A04FED
RGB
CMYK
RGB Variations
Color information
#A04FED (or 0xA04FED) is known color: Amethyst. HEX triplet: A0, 4F and ED. RGB value is (160,79,237). Sum of RGB (Red+Green+Blue) = 160+79+237=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A04FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FED is #5FB012. Grayscale: #787878. Windows color (decimal): -6270995 or 15552416. OLE color: 15552416.
HSL color Cylindrical-coordinate representation of color #A04FED: hue angle of 270.76º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04FED is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 79 | 237 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 270.76º | 0.81% | 0.62% | - |
| HSV(B) | 270.76º | 0.67% | 0.93% | - |
| XYZ | 32.58 | 19.18 | 82.11 | - |
| YUV | 121.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 237 | 0.32 | 0.67 | 0 | 0.07 | 270.76 | 0.81 | 0.62 |
| Hex | A0 | 4F | ED | 20 | 43 | 0 | 7 | 10F | 51 | 3E |
| Octal | 240 | 117 | 355 | 40 | 103 | 0 | 7 | 417 | 121 | 76 |
| Binary | 10100000 | 1001111 | 11101101 | 100000 | 1000011 | 0 | 111 | 100001111 | 1010001 | 111110 |
Color Harmonies of #A04FED
Complementary color
Monochromatic Colors of #A04FED
Black with #A04FED
Text Example
Text Example
White with #A04FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FED; }
p { color: rgb(160,79,237); }
H1.HeaderClassName
{
color: #A04FED;
}
.AnyTagClassName
{
color: #A04FED;
}
</style>
background-color css
<style>
a { background-color: #A04FED; }
a { background-color: rgb(160,79,237); }
div.DivClassName
{
background-color: #A04FED;
}
.BgClassName
{
background-color: #A04FED;
}
</style>
border-color css
<style>
span { border-color: #A04FED; }
span { border-color: rgb(160,79,237); }
td.TdClassName
{
border-color: #A04FED;
}
.TagClassName
{
border-color: #A04FED;
}
</style>