Shades of Amethyst #A054EA
Tints of Amethyst #A054EA
RGB
CMYK
RGB Variations
Color information
#A054EA (or 0xA054EA) is known color: Amethyst. HEX triplet: A0, 54 and EA. RGB value is (160,84,234). Sum of RGB (Red+Green+Blue) = 160+84+234=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #A054EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A054EA is #5FAB15. Grayscale: #7B7B7B. Windows color (decimal): -6269718 or 15357088. OLE color: 15357088.
HSL color Cylindrical-coordinate representation of color #A054EA: hue angle of 270.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A054EA is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 84 | 234 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.08 |
| HSL | 270.4º | 0.78% | 0.62% | - |
| HSV(B) | 270.4º | 0.64% | 0.92% | - |
| XYZ | 32.52 | 19.75 | 79.94 | - |
| YUV | 123.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 234 | 0.32 | 0.64 | 0 | 0.08 | 270.4 | 0.78 | 0.62 |
| Hex | A0 | 54 | EA | 20 | 40 | 0 | 8 | 10E | 4E | 3E |
| Octal | 240 | 124 | 352 | 40 | 100 | 0 | 10 | 416 | 116 | 76 |
| Binary | 10100000 | 1010100 | 11101010 | 100000 | 1000000 | 0 | 1000 | 100001110 | 1001110 | 111110 |
Color Harmonies of #A054EA
Complementary color
Monochromatic Colors of #A054EA
Black with #A054EA
Text Example
Text Example
White with #A054EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054EA; }
p { color: rgb(160,84,234); }
H1.HeaderClassName
{
color: #A054EA;
}
.AnyTagClassName
{
color: #A054EA;
}
</style>
background-color css
<style>
a { background-color: #A054EA; }
a { background-color: rgb(160,84,234); }
div.DivClassName
{
background-color: #A054EA;
}
.BgClassName
{
background-color: #A054EA;
}
</style>
border-color css
<style>
span { border-color: #A054EA; }
span { border-color: rgb(160,84,234); }
td.TdClassName
{
border-color: #A054EA;
}
.TagClassName
{
border-color: #A054EA;
}
</style>