Shades of Amethyst #A656DB
Tints of Amethyst #A656DB
RGB
CMYK
RGB Variations
Color information
#A656DB (or 0xA656DB) is known color: Amethyst. HEX triplet: A6, 56 and DB. RGB value is (166,86,219). Sum of RGB (Red+Green+Blue) = 166+86+219=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A656DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656DB is #59A924. Grayscale: #7C7C7C. Windows color (decimal): -5876005 or 14374566. OLE color: 14374566.
HSL color Cylindrical-coordinate representation of color #A656DB: hue angle of 276.09º 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 #A656DB is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 86 | 219 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.14 |
| HSL | 276.09º | 0.65% | 0.6% | - |
| HSV(B) | 276.09º | 0.61% | 0.86% | - |
| XYZ | 31.84 | 19.88 | 69.18 | - |
| YUV | 125.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 219 | 0.24 | 0.61 | 0 | 0.14 | 276.09 | 0.65 | 0.6 |
| Hex | A6 | 56 | DB | 18 | 3D | 0 | E | 114 | 41 | 3C |
| Octal | 246 | 126 | 333 | 30 | 75 | 0 | 16 | 424 | 101 | 74 |
| Binary | 10100110 | 1010110 | 11011011 | 11000 | 111101 | 0 | 1110 | 100010100 | 1000001 | 111100 |
Color Harmonies of #A656DB
Complementary color
Monochromatic Colors of #A656DB
Black with #A656DB
Text Example
Text Example
White with #A656DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656DB; }
p { color: rgb(166,86,219); }
H1.HeaderClassName
{
color: #A656DB;
}
.AnyTagClassName
{
color: #A656DB;
}
</style>
background-color css
<style>
a { background-color: #A656DB; }
a { background-color: rgb(166,86,219); }
div.DivClassName
{
background-color: #A656DB;
}
.BgClassName
{
background-color: #A656DB;
}
</style>
border-color css
<style>
span { border-color: #A656DB; }
span { border-color: rgb(166,86,219); }
td.TdClassName
{
border-color: #A656DB;
}
.TagClassName
{
border-color: #A656DB;
}
</style>