Shades of Amethyst #A65DCC
Tints of Amethyst #A65DCC
RGB
CMYK
RGB Variations
Color information
#A65DCC (or 0xA65DCC) is known color: Amethyst. HEX triplet: A6, 5D and CC. RGB value is (166,93,204). Sum of RGB (Red+Green+Blue) = 166+93+204=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A65DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCC is #59A233. Grayscale: #7F7F7F. Windows color (decimal): -5874228 or 13393318. OLE color: 13393318.
HSL color Cylindrical-coordinate representation of color #A65DCC: hue angle of 279.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65DCC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 93 | 204 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.2 |
| HSL | 279.46º | 0.52% | 0.58% | - |
| HSV(B) | 279.46º | 0.54% | 0.8% | - |
| XYZ | 30.54 | 20.3 | 59.43 | - |
| YUV | 127.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 204 | 0.19 | 0.54 | 0 | 0.2 | 279.46 | 0.52 | 0.58 |
| Hex | A6 | 5D | CC | 13 | 36 | 0 | 14 | 117 | 34 | 3A |
| Octal | 246 | 135 | 314 | 23 | 66 | 0 | 24 | 427 | 64 | 72 |
| Binary | 10100110 | 1011101 | 11001100 | 10011 | 110110 | 0 | 10100 | 100010111 | 110100 | 111010 |
Color Harmonies of #A65DCC
Complementary color
Monochromatic Colors of #A65DCC
Black with #A65DCC
Text Example
Text Example
White with #A65DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DCC; }
p { color: rgb(166,93,204); }
H1.HeaderClassName
{
color: #A65DCC;
}
.AnyTagClassName
{
color: #A65DCC;
}
</style>
background-color css
<style>
a { background-color: #A65DCC; }
a { background-color: rgb(166,93,204); }
div.DivClassName
{
background-color: #A65DCC;
}
.BgClassName
{
background-color: #A65DCC;
}
</style>
border-color css
<style>
span { border-color: #A65DCC; }
span { border-color: rgb(166,93,204); }
td.TdClassName
{
border-color: #A65DCC;
}
.TagClassName
{
border-color: #A65DCC;
}
</style>