Shades of Amethyst #A161DA
Tints of Amethyst #A161DA
RGB
CMYK
RGB Variations
Color information
#A161DA (or 0xA161DA) is known color: Amethyst. HEX triplet: A1, 61 and DA. RGB value is (161,97,218). Sum of RGB (Red+Green+Blue) = 161+97+218=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A161DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161DA is #5E9E25. Grayscale: #818181. Windows color (decimal): -6200870 or 14311841. OLE color: 14311841.
HSL color Cylindrical-coordinate representation of color #A161DA: hue angle of 271.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A161DA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 97 | 218 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.15 |
| HSL | 271.74º | 0.62% | 0.62% | - |
| HSV(B) | 271.74º | 0.56% | 0.85% | - |
| XYZ | 31.63 | 21.19 | 68.75 | - |
| YUV | 129.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 218 | 0.26 | 0.56 | 0 | 0.15 | 271.74 | 0.62 | 0.62 |
| Hex | A1 | 61 | DA | 1A | 38 | 0 | F | 110 | 3E | 3E |
| Octal | 241 | 141 | 332 | 32 | 70 | 0 | 17 | 420 | 76 | 76 |
| Binary | 10100001 | 1100001 | 11011010 | 11010 | 111000 | 0 | 1111 | 100010000 | 111110 | 111110 |
Color Harmonies of #A161DA
Complementary color
Monochromatic Colors of #A161DA
Black with #A161DA
Text Example
Text Example
White with #A161DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161DA; }
p { color: rgb(161,97,218); }
H1.HeaderClassName
{
color: #A161DA;
}
.AnyTagClassName
{
color: #A161DA;
}
</style>
background-color css
<style>
a { background-color: #A161DA; }
a { background-color: rgb(161,97,218); }
div.DivClassName
{
background-color: #A161DA;
}
.BgClassName
{
background-color: #A161DA;
}
</style>
border-color css
<style>
span { border-color: #A161DA; }
span { border-color: rgb(161,97,218); }
td.TdClassName
{
border-color: #A161DA;
}
.TagClassName
{
border-color: #A161DA;
}
</style>