Shades of Amethyst #A661DB
Tints of Amethyst #A661DB
RGB
CMYK
RGB Variations
Color information
#A661DB (or 0xA661DB) is known color: Amethyst. HEX triplet: A6, 61 and DB. RGB value is (166,97,219). Sum of RGB (Red+Green+Blue) = 166+97+219=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A661DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661DB is #599E24. Grayscale: #838383. Windows color (decimal): -5873189 or 14377382. OLE color: 14377382.
HSL color Cylindrical-coordinate representation of color #A661DB: hue angle of 273.93º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A661DB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 97 | 219 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.14 |
| HSL | 273.93º | 0.63% | 0.62% | - |
| HSV(B) | 273.93º | 0.56% | 0.86% | - |
| XYZ | 32.79 | 21.77 | 69.49 | - |
| YUV | 131.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 219 | 0.24 | 0.56 | 0 | 0.14 | 273.93 | 0.63 | 0.62 |
| Hex | A6 | 61 | DB | 18 | 38 | 0 | E | 112 | 3F | 3E |
| Octal | 246 | 141 | 333 | 30 | 70 | 0 | 16 | 422 | 77 | 76 |
| Binary | 10100110 | 1100001 | 11011011 | 11000 | 111000 | 0 | 1110 | 100010010 | 111111 | 111110 |
Color Harmonies of #A661DB
Complementary color
Monochromatic Colors of #A661DB
Black with #A661DB
Text Example
Text Example
White with #A661DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661DB; }
p { color: rgb(166,97,219); }
H1.HeaderClassName
{
color: #A661DB;
}
.AnyTagClassName
{
color: #A661DB;
}
</style>
background-color css
<style>
a { background-color: #A661DB; }
a { background-color: rgb(166,97,219); }
div.DivClassName
{
background-color: #A661DB;
}
.BgClassName
{
background-color: #A661DB;
}
</style>
border-color css
<style>
span { border-color: #A661DB; }
span { border-color: rgb(166,97,219); }
td.TdClassName
{
border-color: #A661DB;
}
.TagClassName
{
border-color: #A661DB;
}
</style>