Shades of Amethyst #A161DB
Tints of Amethyst #A161DB
RGB
CMYK
RGB Variations
Color information
#A161DB (or 0xA161DB) is known color: Amethyst. HEX triplet: A1, 61 and DB. RGB value is (161,97,219). Sum of RGB (Red+Green+Blue) = 161+97+219=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A161DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161DB is #5E9E24. Grayscale: #818181. Windows color (decimal): -6200869 or 14377377. OLE color: 14377377.
HSL color Cylindrical-coordinate representation of color #A161DB: hue angle of 271.48º 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 #A161DB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 97 | 219 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.14 |
| HSL | 271.48º | 0.63% | 0.62% | - |
| HSV(B) | 271.48º | 0.56% | 0.86% | - |
| XYZ | 31.76 | 21.24 | 69.44 | - |
| YUV | 130.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 219 | 0.26 | 0.56 | 0 | 0.14 | 271.48 | 0.63 | 0.62 |
| Hex | A1 | 61 | DB | 1A | 38 | 0 | E | 10F | 3F | 3E |
| Octal | 241 | 141 | 333 | 32 | 70 | 0 | 16 | 417 | 77 | 76 |
| Binary | 10100001 | 1100001 | 11011011 | 11010 | 111000 | 0 | 1110 | 100001111 | 111111 | 111110 |
Color Harmonies of #A161DB
Complementary color
Monochromatic Colors of #A161DB
Black with #A161DB
Text Example
Text Example
White with #A161DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161DB; }
p { color: rgb(161,97,219); }
H1.HeaderClassName
{
color: #A161DB;
}
.AnyTagClassName
{
color: #A161DB;
}
</style>
background-color css
<style>
a { background-color: #A161DB; }
a { background-color: rgb(161,97,219); }
div.DivClassName
{
background-color: #A161DB;
}
.BgClassName
{
background-color: #A161DB;
}
</style>
border-color css
<style>
span { border-color: #A161DB; }
span { border-color: rgb(161,97,219); }
td.TdClassName
{
border-color: #A161DB;
}
.TagClassName
{
border-color: #A161DB;
}
</style>