Shades of Amethyst #A056DB
Tints of Amethyst #A056DB
RGB
CMYK
RGB Variations
Color information
#A056DB (or 0xA056DB) is known color: Amethyst. HEX triplet: A0, 56 and DB. RGB value is (160,86,219). Sum of RGB (Red+Green+Blue) = 160+86+219=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A056DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056DB is #5FA924. Grayscale: #7A7A7A. Windows color (decimal): -6269221 or 14374560. OLE color: 14374560.
HSL color Cylindrical-coordinate representation of color #A056DB: hue angle of 273.38º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A056DB is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 86 | 219 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.14 |
| HSL | 273.38º | 0.65% | 0.6% | - |
| HSV(B) | 273.38º | 0.61% | 0.86% | - |
| XYZ | 30.61 | 19.24 | 69.12 | - |
| YUV | 123.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 219 | 0.27 | 0.61 | 0 | 0.14 | 273.38 | 0.65 | 0.6 |
| Hex | A0 | 56 | DB | 1B | 3D | 0 | E | 111 | 41 | 3C |
| Octal | 240 | 126 | 333 | 33 | 75 | 0 | 16 | 421 | 101 | 74 |
| Binary | 10100000 | 1010110 | 11011011 | 11011 | 111101 | 0 | 1110 | 100010001 | 1000001 | 111100 |
Color Harmonies of #A056DB
Complementary color
Monochromatic Colors of #A056DB
Black with #A056DB
Text Example
Text Example
White with #A056DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056DB; }
p { color: rgb(160,86,219); }
H1.HeaderClassName
{
color: #A056DB;
}
.AnyTagClassName
{
color: #A056DB;
}
</style>
background-color css
<style>
a { background-color: #A056DB; }
a { background-color: rgb(160,86,219); }
div.DivClassName
{
background-color: #A056DB;
}
.BgClassName
{
background-color: #A056DB;
}
</style>
border-color css
<style>
span { border-color: #A056DB; }
span { border-color: rgb(160,86,219); }
td.TdClassName
{
border-color: #A056DB;
}
.TagClassName
{
border-color: #A056DB;
}
</style>