Shades of Amethyst #A061DC
Tints of Amethyst #A061DC
RGB
CMYK
RGB Variations
Color information
#A061DC (or 0xA061DC) is known color: Amethyst. HEX triplet: A0, 61 and DC. RGB value is (160,97,220). Sum of RGB (Red+Green+Blue) = 160+97+220=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #A061DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061DC is #5F9E23. Grayscale: #818181. Windows color (decimal): -6266404 or 14442912. OLE color: 14442912.
HSL color Cylindrical-coordinate representation of color #A061DC: hue angle of 270.73º 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 #A061DC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 97 | 220 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.14 |
| HSL | 270.73º | 0.64% | 0.62% | - |
| HSV(B) | 270.73º | 0.56% | 0.86% | - |
| XYZ | 31.69 | 21.19 | 70.13 | - |
| YUV | 129.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 220 | 0.27 | 0.56 | 0 | 0.14 | 270.73 | 0.64 | 0.62 |
| Hex | A0 | 61 | DC | 1B | 38 | 0 | E | 10F | 40 | 3E |
| Octal | 240 | 141 | 334 | 33 | 70 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10100000 | 1100001 | 11011100 | 11011 | 111000 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #A061DC
Complementary color
Monochromatic Colors of #A061DC
Black with #A061DC
Text Example
Text Example
White with #A061DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061DC; }
p { color: rgb(160,97,220); }
H1.HeaderClassName
{
color: #A061DC;
}
.AnyTagClassName
{
color: #A061DC;
}
</style>
background-color css
<style>
a { background-color: #A061DC; }
a { background-color: rgb(160,97,220); }
div.DivClassName
{
background-color: #A061DC;
}
.BgClassName
{
background-color: #A061DC;
}
</style>
border-color css
<style>
span { border-color: #A061DC; }
span { border-color: rgb(160,97,220); }
td.TdClassName
{
border-color: #A061DC;
}
.TagClassName
{
border-color: #A061DC;
}
</style>