Shades of Amethyst #A054DB
Tints of Amethyst #A054DB
RGB
CMYK
RGB Variations
Color information
#A054DB (or 0xA054DB) is known color: Amethyst. HEX triplet: A0, 54 and DB. RGB value is (160,84,219). Sum of RGB (Red+Green+Blue) = 160+84+219=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A054DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A054DB is #5FAB24. Grayscale: #797979. Windows color (decimal): -6269733 or 14374048. OLE color: 14374048.
HSL color Cylindrical-coordinate representation of color #A054DB: hue angle of 273.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A054DB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 84 | 219 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.14 |
| HSL | 273.78º | 0.65% | 0.59% | - |
| HSV(B) | 273.78º | 0.62% | 0.86% | - |
| XYZ | 30.45 | 18.93 | 69.07 | - |
| YUV | 122.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 219 | 0.27 | 0.62 | 0 | 0.14 | 273.78 | 0.65 | 0.59 |
| Hex | A0 | 54 | DB | 1B | 3E | 0 | E | 112 | 41 | 3B |
| Octal | 240 | 124 | 333 | 33 | 76 | 0 | 16 | 422 | 101 | 73 |
| Binary | 10100000 | 1010100 | 11011011 | 11011 | 111110 | 0 | 1110 | 100010010 | 1000001 | 111011 |
Color Harmonies of #A054DB
Complementary color
Monochromatic Colors of #A054DB
Black with #A054DB
Text Example
Text Example
White with #A054DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054DB; }
p { color: rgb(160,84,219); }
H1.HeaderClassName
{
color: #A054DB;
}
.AnyTagClassName
{
color: #A054DB;
}
</style>
background-color css
<style>
a { background-color: #A054DB; }
a { background-color: rgb(160,84,219); }
div.DivClassName
{
background-color: #A054DB;
}
.BgClassName
{
background-color: #A054DB;
}
</style>
border-color css
<style>
span { border-color: #A054DB; }
span { border-color: rgb(160,84,219); }
td.TdClassName
{
border-color: #A054DB;
}
.TagClassName
{
border-color: #A054DB;
}
</style>