Shades of Amethyst #A054DA
Tints of Amethyst #A054DA
RGB
CMYK
RGB Variations
Color information
#A054DA (or 0xA054DA) is known color: Amethyst. HEX triplet: A0, 54 and DA. RGB value is (160,84,218). Sum of RGB (Red+Green+Blue) = 160+84+218=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A054DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054DA is #5FAB25. Grayscale: #797979. Windows color (decimal): -6269734 or 14308512. OLE color: 14308512.
HSL color Cylindrical-coordinate representation of color #A054DA: hue angle of 274.03º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A054DA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 84 | 218 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.15 |
| HSL | 274.03º | 0.64% | 0.59% | - |
| HSV(B) | 274.03º | 0.61% | 0.85% | - |
| XYZ | 30.32 | 18.88 | 68.37 | - |
| YUV | 122 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 218 | 0.27 | 0.61 | 0 | 0.15 | 274.03 | 0.64 | 0.59 |
| Hex | A0 | 54 | DA | 1B | 3D | 0 | F | 112 | 40 | 3B |
| Octal | 240 | 124 | 332 | 33 | 75 | 0 | 17 | 422 | 100 | 73 |
| Binary | 10100000 | 1010100 | 11011010 | 11011 | 111101 | 0 | 1111 | 100010010 | 1000000 | 111011 |
Color Harmonies of #A054DA
Complementary color
Monochromatic Colors of #A054DA
Black with #A054DA
Text Example
Text Example
White with #A054DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054DA; }
p { color: rgb(160,84,218); }
H1.HeaderClassName
{
color: #A054DA;
}
.AnyTagClassName
{
color: #A054DA;
}
</style>
background-color css
<style>
a { background-color: #A054DA; }
a { background-color: rgb(160,84,218); }
div.DivClassName
{
background-color: #A054DA;
}
.BgClassName
{
background-color: #A054DA;
}
</style>
border-color css
<style>
span { border-color: #A054DA; }
span { border-color: rgb(160,84,218); }
td.TdClassName
{
border-color: #A054DA;
}
.TagClassName
{
border-color: #A054DA;
}
</style>