Shades of Amethyst #A057DB
Tints of Amethyst #A057DB
RGB
CMYK
RGB Variations
Color information
#A057DB (or 0xA057DB) is known color: Amethyst. HEX triplet: A0, 57 and DB. RGB value is (160,87,219). Sum of RGB (Red+Green+Blue) = 160+87+219=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A057DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057DB is #5FA824. Grayscale: #7B7B7B. Windows color (decimal): -6268965 or 14374816. OLE color: 14374816.
HSL color Cylindrical-coordinate representation of color #A057DB: hue angle of 273.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A057DB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 87 | 219 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.14 |
| HSL | 273.18º | 0.65% | 0.6% | - |
| HSV(B) | 273.18º | 0.6% | 0.86% | - |
| XYZ | 30.69 | 19.4 | 69.15 | - |
| YUV | 123.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 219 | 0.27 | 0.60 | 0 | 0.14 | 273.18 | 0.65 | 0.6 |
| Hex | A0 | 57 | DB | 1B | 3C | 0 | E | 111 | 41 | 3C |
| Octal | 240 | 127 | 333 | 33 | 74 | 0 | 16 | 421 | 101 | 74 |
| Binary | 10100000 | 1010111 | 11011011 | 11011 | 111100 | 0 | 1110 | 100010001 | 1000001 | 111100 |
Color Harmonies of #A057DB
Complementary color
Monochromatic Colors of #A057DB
Black with #A057DB
Text Example
Text Example
White with #A057DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A057DB; }
p { color: rgb(160,87,219); }
H1.HeaderClassName
{
color: #A057DB;
}
.AnyTagClassName
{
color: #A057DB;
}
</style>
background-color css
<style>
a { background-color: #A057DB; }
a { background-color: rgb(160,87,219); }
div.DivClassName
{
background-color: #A057DB;
}
.BgClassName
{
background-color: #A057DB;
}
</style>
border-color css
<style>
span { border-color: #A057DB; }
span { border-color: rgb(160,87,219); }
td.TdClassName
{
border-color: #A057DB;
}
.TagClassName
{
border-color: #A057DB;
}
</style>