Shades of Amethyst #A65DCE
Tints of Amethyst #A65DCE
RGB
CMYK
RGB Variations
Color information
#A65DCE (or 0xA65DCE) is known color: Amethyst. HEX triplet: A6, 5D and CE. RGB value is (166,93,206). Sum of RGB (Red+Green+Blue) = 166+93+206=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A65DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCE is #59A231. Grayscale: #7F7F7F. Windows color (decimal): -5874226 or 13524390. OLE color: 13524390.
HSL color Cylindrical-coordinate representation of color #A65DCE: hue angle of 278.76º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65DCE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 93 | 206 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.19 |
| HSL | 278.76º | 0.54% | 0.59% | - |
| HSV(B) | 278.76º | 0.55% | 0.81% | - |
| XYZ | 30.78 | 20.39 | 60.71 | - |
| YUV | 127.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 206 | 0.19 | 0.55 | 0 | 0.19 | 278.76 | 0.54 | 0.59 |
| Hex | A6 | 5D | CE | 13 | 37 | 0 | 13 | 117 | 36 | 3B |
| Octal | 246 | 135 | 316 | 23 | 67 | 0 | 23 | 427 | 66 | 73 |
| Binary | 10100110 | 1011101 | 11001110 | 10011 | 110111 | 0 | 10011 | 100010111 | 110110 | 111011 |
Color Harmonies of #A65DCE
Complementary color
Monochromatic Colors of #A65DCE
Black with #A65DCE
Text Example
Text Example
White with #A65DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DCE; }
p { color: rgb(166,93,206); }
H1.HeaderClassName
{
color: #A65DCE;
}
.AnyTagClassName
{
color: #A65DCE;
}
</style>
background-color css
<style>
a { background-color: #A65DCE; }
a { background-color: rgb(166,93,206); }
div.DivClassName
{
background-color: #A65DCE;
}
.BgClassName
{
background-color: #A65DCE;
}
</style>
border-color css
<style>
span { border-color: #A65DCE; }
span { border-color: rgb(166,93,206); }
td.TdClassName
{
border-color: #A65DCE;
}
.TagClassName
{
border-color: #A65DCE;
}
</style>