Shades of Amethyst #A04FEA
Tints of Amethyst #A04FEA
RGB
CMYK
RGB Variations
Color information
#A04FEA (or 0xA04FEA) is known color: Amethyst. HEX triplet: A0, 4F and EA. RGB value is (160,79,234). Sum of RGB (Red+Green+Blue) = 160+79+234=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #A04FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FEA is #5FB015. Grayscale: #787878. Windows color (decimal): -6270998 or 15355808. OLE color: 15355808.
HSL color Cylindrical-coordinate representation of color #A04FEA: hue angle of 271.35º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04FEA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 79 | 234 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.08 |
| HSL | 271.35º | 0.79% | 0.61% | - |
| HSV(B) | 271.35º | 0.66% | 0.92% | - |
| XYZ | 32.14 | 19.01 | 79.82 | - |
| YUV | 120.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 234 | 0.32 | 0.66 | 0 | 0.08 | 271.35 | 0.79 | 0.61 |
| Hex | A0 | 4F | EA | 20 | 42 | 0 | 8 | 10F | 4F | 3D |
| Octal | 240 | 117 | 352 | 40 | 102 | 0 | 10 | 417 | 117 | 75 |
| Binary | 10100000 | 1001111 | 11101010 | 100000 | 1000010 | 0 | 1000 | 100001111 | 1001111 | 111101 |
Color Harmonies of #A04FEA
Complementary color
Monochromatic Colors of #A04FEA
Black with #A04FEA
Text Example
Text Example
White with #A04FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FEA; }
p { color: rgb(160,79,234); }
H1.HeaderClassName
{
color: #A04FEA;
}
.AnyTagClassName
{
color: #A04FEA;
}
</style>
background-color css
<style>
a { background-color: #A04FEA; }
a { background-color: rgb(160,79,234); }
div.DivClassName
{
background-color: #A04FEA;
}
.BgClassName
{
background-color: #A04FEA;
}
</style>
border-color css
<style>
span { border-color: #A04FEA; }
span { border-color: rgb(160,79,234); }
td.TdClassName
{
border-color: #A04FEA;
}
.TagClassName
{
border-color: #A04FEA;
}
</style>