Shades of Amethyst #A659DD
Tints of Amethyst #A659DD
RGB
CMYK
RGB Variations
Color information
#A659DD (or 0xA659DD) is known color: Amethyst. HEX triplet: A6, 59 and DD. RGB value is (166,89,221). Sum of RGB (Red+Green+Blue) = 166+89+221=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A659DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659DD is #59A622. Grayscale: #7E7E7E. Windows color (decimal): -5875235 or 14506406. OLE color: 14506406.
HSL color Cylindrical-coordinate representation of color #A659DD: hue angle of 275º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A659DD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 89 | 221 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.13 |
| HSL | 275º | 0.66% | 0.61% | - |
| HSV(B) | 275º | 0.6% | 0.87% | - |
| XYZ | 32.35 | 20.47 | 70.65 | - |
| YUV | 127.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 221 | 0.25 | 0.60 | 0 | 0.13 | 275 | 0.66 | 0.61 |
| Hex | A6 | 59 | DD | 19 | 3C | 0 | D | 113 | 42 | 3D |
| Octal | 246 | 131 | 335 | 31 | 74 | 0 | 15 | 423 | 102 | 75 |
| Binary | 10100110 | 1011001 | 11011101 | 11001 | 111100 | 0 | 1101 | 100010011 | 1000010 | 111101 |
Color Harmonies of #A659DD
Complementary color
Monochromatic Colors of #A659DD
Black with #A659DD
Text Example
Text Example
White with #A659DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659DD; }
p { color: rgb(166,89,221); }
H1.HeaderClassName
{
color: #A659DD;
}
.AnyTagClassName
{
color: #A659DD;
}
</style>
background-color css
<style>
a { background-color: #A659DD; }
a { background-color: rgb(166,89,221); }
div.DivClassName
{
background-color: #A659DD;
}
.BgClassName
{
background-color: #A659DD;
}
</style>
border-color css
<style>
span { border-color: #A659DD; }
span { border-color: rgb(166,89,221); }
td.TdClassName
{
border-color: #A659DD;
}
.TagClassName
{
border-color: #A659DD;
}
</style>