Shades of Amethyst #A04DEA
Tints of Amethyst #A04DEA
RGB
CMYK
RGB Variations
Color information
#A04DEA (or 0xA04DEA) is known color: Amethyst. HEX triplet: A0, 4D and EA. RGB value is (160,77,234). Sum of RGB (Red+Green+Blue) = 160+77+234=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #A04DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DEA is #5FB215. Grayscale: #777777. Windows color (decimal): -6271510 or 15355296. OLE color: 15355296.
HSL color Cylindrical-coordinate representation of color #A04DEA: hue angle of 271.72º degrees, saturation: 0.79, 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 #A04DEA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 77 | 234 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.08 |
| HSL | 271.72º | 0.79% | 0.61% | - |
| HSV(B) | 271.72º | 0.67% | 0.92% | - |
| XYZ | 32 | 18.72 | 79.77 | - |
| YUV | 119.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 234 | 0.32 | 0.67 | 0 | 0.08 | 271.72 | 0.79 | 0.61 |
| Hex | A0 | 4D | EA | 20 | 43 | 0 | 8 | 110 | 4F | 3D |
| Octal | 240 | 115 | 352 | 40 | 103 | 0 | 10 | 420 | 117 | 75 |
| Binary | 10100000 | 1001101 | 11101010 | 100000 | 1000011 | 0 | 1000 | 100010000 | 1001111 | 111101 |
Color Harmonies of #A04DEA
Complementary color
Monochromatic Colors of #A04DEA
Black with #A04DEA
Text Example
Text Example
White with #A04DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DEA; }
p { color: rgb(160,77,234); }
H1.HeaderClassName
{
color: #A04DEA;
}
.AnyTagClassName
{
color: #A04DEA;
}
</style>
background-color css
<style>
a { background-color: #A04DEA; }
a { background-color: rgb(160,77,234); }
div.DivClassName
{
background-color: #A04DEA;
}
.BgClassName
{
background-color: #A04DEA;
}
</style>
border-color css
<style>
span { border-color: #A04DEA; }
span { border-color: rgb(160,77,234); }
td.TdClassName
{
border-color: #A04DEA;
}
.TagClassName
{
border-color: #A04DEA;
}
</style>