Shades of Amethyst #A04FDE
Tints of Amethyst #A04FDE
RGB
CMYK
RGB Variations
Color information
#A04FDE (or 0xA04FDE) is known color: Amethyst. HEX triplet: A0, 4F and DE. RGB value is (160,79,222). Sum of RGB (Red+Green+Blue) = 160+79+222=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #A04FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FDE is #5FB021. Grayscale: #777777. Windows color (decimal): -6271010 or 14569376. OLE color: 14569376.
HSL color Cylindrical-coordinate representation of color #A04FDE: hue angle of 273.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04FDE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 79 | 222 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.13 |
| HSL | 273.99º | 0.68% | 0.59% | - |
| HSV(B) | 273.99º | 0.64% | 0.87% | - |
| XYZ | 30.48 | 18.34 | 71.04 | - |
| YUV | 119.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 222 | 0.28 | 0.64 | 0 | 0.13 | 273.99 | 0.68 | 0.59 |
| Hex | A0 | 4F | DE | 1C | 40 | 0 | D | 112 | 44 | 3B |
| Octal | 240 | 117 | 336 | 34 | 100 | 0 | 15 | 422 | 104 | 73 |
| Binary | 10100000 | 1001111 | 11011110 | 11100 | 1000000 | 0 | 1101 | 100010010 | 1000100 | 111011 |
Color Harmonies of #A04FDE
Complementary color
Monochromatic Colors of #A04FDE
Black with #A04FDE
Text Example
Text Example
White with #A04FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FDE; }
p { color: rgb(160,79,222); }
H1.HeaderClassName
{
color: #A04FDE;
}
.AnyTagClassName
{
color: #A04FDE;
}
</style>
background-color css
<style>
a { background-color: #A04FDE; }
a { background-color: rgb(160,79,222); }
div.DivClassName
{
background-color: #A04FDE;
}
.BgClassName
{
background-color: #A04FDE;
}
</style>
border-color css
<style>
span { border-color: #A04FDE; }
span { border-color: rgb(160,79,222); }
td.TdClassName
{
border-color: #A04FDE;
}
.TagClassName
{
border-color: #A04FDE;
}
</style>