Shades of Amethyst #A059DB
Tints of Amethyst #A059DB
RGB
CMYK
RGB Variations
Color information
#A059DB (or 0xA059DB) is known color: Amethyst. HEX triplet: A0, 59 and DB. RGB value is (160,89,219). Sum of RGB (Red+Green+Blue) = 160+89+219=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #A059DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059DB is #5FA624. Grayscale: #7C7C7C. Windows color (decimal): -6268453 or 14375328. OLE color: 14375328.
HSL color Cylindrical-coordinate representation of color #A059DB: hue angle of 272.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A059DB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 89 | 219 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.14 |
| HSL | 272.77º | 0.64% | 0.6% | - |
| HSV(B) | 272.77º | 0.59% | 0.86% | - |
| XYZ | 30.86 | 19.73 | 69.2 | - |
| YUV | 125.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 219 | 0.27 | 0.59 | 0 | 0.14 | 272.77 | 0.64 | 0.6 |
| Hex | A0 | 59 | DB | 1B | 3B | 0 | E | 111 | 40 | 3C |
| Octal | 240 | 131 | 333 | 33 | 73 | 0 | 16 | 421 | 100 | 74 |
| Binary | 10100000 | 1011001 | 11011011 | 11011 | 111011 | 0 | 1110 | 100010001 | 1000000 | 111100 |
Color Harmonies of #A059DB
Complementary color
Monochromatic Colors of #A059DB
Black with #A059DB
Text Example
Text Example
White with #A059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059DB; }
p { color: rgb(160,89,219); }
H1.HeaderClassName
{
color: #A059DB;
}
.AnyTagClassName
{
color: #A059DB;
}
</style>
background-color css
<style>
a { background-color: #A059DB; }
a { background-color: rgb(160,89,219); }
div.DivClassName
{
background-color: #A059DB;
}
.BgClassName
{
background-color: #A059DB;
}
</style>
border-color css
<style>
span { border-color: #A059DB; }
span { border-color: rgb(160,89,219); }
td.TdClassName
{
border-color: #A059DB;
}
.TagClassName
{
border-color: #A059DB;
}
</style>