Shades of Amethyst #A259DB
Tints of Amethyst #A259DB
RGB
CMYK
RGB Variations
Color information
#A259DB (or 0xA259DB) is known color: Amethyst. HEX triplet: A2, 59 and DB. RGB value is (162,89,219). Sum of RGB (Red+Green+Blue) = 162+89+219=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #A259DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259DB is #5DA624. Grayscale: #7D7D7D. Windows color (decimal): -6137381 or 14375330. OLE color: 14375330.
HSL color Cylindrical-coordinate representation of color #A259DB: hue angle of 273.69º 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 #A259DB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 89 | 219 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.14 |
| HSL | 273.69º | 0.64% | 0.6% | - |
| HSV(B) | 273.69º | 0.59% | 0.86% | - |
| XYZ | 31.26 | 19.94 | 69.22 | - |
| YUV | 125.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 219 | 0.26 | 0.59 | 0 | 0.14 | 273.69 | 0.64 | 0.6 |
| Hex | A2 | 59 | DB | 1A | 3B | 0 | E | 112 | 40 | 3C |
| Octal | 242 | 131 | 333 | 32 | 73 | 0 | 16 | 422 | 100 | 74 |
| Binary | 10100010 | 1011001 | 11011011 | 11010 | 111011 | 0 | 1110 | 100010010 | 1000000 | 111100 |
Color Harmonies of #A259DB
Complementary color
Monochromatic Colors of #A259DB
Black with #A259DB
Text Example
Text Example
White with #A259DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259DB; }
p { color: rgb(162,89,219); }
H1.HeaderClassName
{
color: #A259DB;
}
.AnyTagClassName
{
color: #A259DB;
}
</style>
background-color css
<style>
a { background-color: #A259DB; }
a { background-color: rgb(162,89,219); }
div.DivClassName
{
background-color: #A259DB;
}
.BgClassName
{
background-color: #A259DB;
}
</style>
border-color css
<style>
span { border-color: #A259DB; }
span { border-color: rgb(162,89,219); }
td.TdClassName
{
border-color: #A259DB;
}
.TagClassName
{
border-color: #A259DB;
}
</style>