Shades of Amethyst #A054DC
Tints of Amethyst #A054DC
RGB
CMYK
RGB Variations
Color information
#A054DC (or 0xA054DC) is known color: Amethyst. HEX triplet: A0, 54 and DC. RGB value is (160,84,220). Sum of RGB (Red+Green+Blue) = 160+84+220=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #A054DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054DC is #5FAB23. Grayscale: #797979. Windows color (decimal): -6269732 or 14439584. OLE color: 14439584.
HSL color Cylindrical-coordinate representation of color #A054DC: hue angle of 273.53º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A054DC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 84 | 220 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.14 |
| HSL | 273.53º | 0.66% | 0.6% | - |
| HSV(B) | 273.53º | 0.62% | 0.86% | - |
| XYZ | 30.59 | 18.98 | 69.76 | - |
| YUV | 122.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 220 | 0.27 | 0.62 | 0 | 0.14 | 273.53 | 0.66 | 0.6 |
| Hex | A0 | 54 | DC | 1B | 3E | 0 | E | 112 | 42 | 3C |
| Octal | 240 | 124 | 334 | 33 | 76 | 0 | 16 | 422 | 102 | 74 |
| Binary | 10100000 | 1010100 | 11011100 | 11011 | 111110 | 0 | 1110 | 100010010 | 1000010 | 111100 |
Color Harmonies of #A054DC
Complementary color
Monochromatic Colors of #A054DC
Black with #A054DC
Text Example
Text Example
White with #A054DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054DC; }
p { color: rgb(160,84,220); }
H1.HeaderClassName
{
color: #A054DC;
}
.AnyTagClassName
{
color: #A054DC;
}
</style>
background-color css
<style>
a { background-color: #A054DC; }
a { background-color: rgb(160,84,220); }
div.DivClassName
{
background-color: #A054DC;
}
.BgClassName
{
background-color: #A054DC;
}
</style>
border-color css
<style>
span { border-color: #A054DC; }
span { border-color: rgb(160,84,220); }
td.TdClassName
{
border-color: #A054DC;
}
.TagClassName
{
border-color: #A054DC;
}
</style>