Shades of Amethyst #A661DC
Tints of Amethyst #A661DC
RGB
CMYK
RGB Variations
Color information
#A661DC (or 0xA661DC) is known color: Amethyst. HEX triplet: A6, 61 and DC. RGB value is (166,97,220). Sum of RGB (Red+Green+Blue) = 166+97+220=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A661DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661DC is #599E23. Grayscale: #838383. Windows color (decimal): -5873188 or 14442918. OLE color: 14442918.
HSL color Cylindrical-coordinate representation of color #A661DC: hue angle of 273.66º 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 #A661DC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 97 | 220 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.14 |
| HSL | 273.66º | 0.64% | 0.62% | - |
| HSV(B) | 273.66º | 0.56% | 0.86% | - |
| XYZ | 32.92 | 21.82 | 70.19 | - |
| YUV | 131.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 220 | 0.25 | 0.56 | 0 | 0.14 | 273.66 | 0.64 | 0.62 |
| Hex | A6 | 61 | DC | 19 | 38 | 0 | E | 112 | 40 | 3E |
| Octal | 246 | 141 | 334 | 31 | 70 | 0 | 16 | 422 | 100 | 76 |
| Binary | 10100110 | 1100001 | 11011100 | 11001 | 111000 | 0 | 1110 | 100010010 | 1000000 | 111110 |
Color Harmonies of #A661DC
Complementary color
Monochromatic Colors of #A661DC
Black with #A661DC
Text Example
Text Example
White with #A661DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661DC; }
p { color: rgb(166,97,220); }
H1.HeaderClassName
{
color: #A661DC;
}
.AnyTagClassName
{
color: #A661DC;
}
</style>
background-color css
<style>
a { background-color: #A661DC; }
a { background-color: rgb(166,97,220); }
div.DivClassName
{
background-color: #A661DC;
}
.BgClassName
{
background-color: #A661DC;
}
</style>
border-color css
<style>
span { border-color: #A661DC; }
span { border-color: rgb(166,97,220); }
td.TdClassName
{
border-color: #A661DC;
}
.TagClassName
{
border-color: #A661DC;
}
</style>