Shades of Amethyst #A659DB
Tints of Amethyst #A659DB
RGB
CMYK
RGB Variations
Color information
#A659DB (or 0xA659DB) is known color: Amethyst. HEX triplet: A6, 59 and DB. RGB value is (166,89,219). Sum of RGB (Red+Green+Blue) = 166+89+219=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A659DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659DB is #59A624. Grayscale: #7E7E7E. Windows color (decimal): -5875237 or 14375334. OLE color: 14375334.
HSL color Cylindrical-coordinate representation of color #A659DB: hue angle of 275.54º 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 #A659DB is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 89 | 219 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.14 |
| HSL | 275.54º | 0.64% | 0.6% | - |
| HSV(B) | 275.54º | 0.59% | 0.86% | - |
| XYZ | 32.08 | 20.37 | 69.26 | - |
| YUV | 126.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 219 | 0.24 | 0.59 | 0 | 0.14 | 275.54 | 0.64 | 0.6 |
| Hex | A6 | 59 | DB | 18 | 3B | 0 | E | 114 | 40 | 3C |
| Octal | 246 | 131 | 333 | 30 | 73 | 0 | 16 | 424 | 100 | 74 |
| Binary | 10100110 | 1011001 | 11011011 | 11000 | 111011 | 0 | 1110 | 100010100 | 1000000 | 111100 |
Color Harmonies of #A659DB
Complementary color
Monochromatic Colors of #A659DB
Black with #A659DB
Text Example
Text Example
White with #A659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659DB; }
p { color: rgb(166,89,219); }
H1.HeaderClassName
{
color: #A659DB;
}
.AnyTagClassName
{
color: #A659DB;
}
</style>
background-color css
<style>
a { background-color: #A659DB; }
a { background-color: rgb(166,89,219); }
div.DivClassName
{
background-color: #A659DB;
}
.BgClassName
{
background-color: #A659DB;
}
</style>
border-color css
<style>
span { border-color: #A659DB; }
span { border-color: rgb(166,89,219); }
td.TdClassName
{
border-color: #A659DB;
}
.TagClassName
{
border-color: #A659DB;
}
</style>