Shades of Amethyst #A161DC
Tints of Amethyst #A161DC
RGB
CMYK
RGB Variations
Color information
#A161DC (or 0xA161DC) is known color: Amethyst. HEX triplet: A1, 61 and DC. RGB value is (161,97,220). Sum of RGB (Red+Green+Blue) = 161+97+220=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #A161DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161DC is #5E9E23. Grayscale: #818181. Windows color (decimal): -6200868 or 14442913. OLE color: 14442913.
HSL color Cylindrical-coordinate representation of color #A161DC: hue angle of 271.22º degrees, saturation: 0.64, 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 #A161DC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 97 | 220 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.14 |
| HSL | 271.22º | 0.64% | 0.62% | - |
| HSV(B) | 271.22º | 0.56% | 0.86% | - |
| XYZ | 31.89 | 21.29 | 70.14 | - |
| YUV | 130.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 220 | 0.27 | 0.56 | 0 | 0.14 | 271.22 | 0.64 | 0.62 |
| Hex | A1 | 61 | DC | 1B | 38 | 0 | E | 10F | 40 | 3E |
| Octal | 241 | 141 | 334 | 33 | 70 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10100001 | 1100001 | 11011100 | 11011 | 111000 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #A161DC
Complementary color
Monochromatic Colors of #A161DC
Black with #A161DC
Text Example
Text Example
White with #A161DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161DC; }
p { color: rgb(161,97,220); }
H1.HeaderClassName
{
color: #A161DC;
}
.AnyTagClassName
{
color: #A161DC;
}
</style>
background-color css
<style>
a { background-color: #A161DC; }
a { background-color: rgb(161,97,220); }
div.DivClassName
{
background-color: #A161DC;
}
.BgClassName
{
background-color: #A161DC;
}
</style>
border-color css
<style>
span { border-color: #A161DC; }
span { border-color: rgb(161,97,220); }
td.TdClassName
{
border-color: #A161DC;
}
.TagClassName
{
border-color: #A161DC;
}
</style>