Shades of Amethyst #A65CEC
Tints of Amethyst #A65CEC
RGB
CMYK
RGB Variations
Color information
#A65CEC (or 0xA65CEC) is known color: Amethyst. HEX triplet: A6, 5C and EC. RGB value is (166,92,236). Sum of RGB (Red+Green+Blue) = 166+92+236=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CEC is #59A313. Grayscale: #828282. Windows color (decimal): -5874452 or 15490214. OLE color: 15490214.
HSL color Cylindrical-coordinate representation of color #A65CEC: hue angle of 270.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65CEC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 92 | 236 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.07 |
| HSL | 270.83º | 0.79% | 0.64% | - |
| HSV(B) | 270.83º | 0.61% | 0.93% | - |
| XYZ | 34.69 | 21.82 | 81.74 | - |
| YUV | 130.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 236 | 0.30 | 0.61 | 0 | 0.07 | 270.83 | 0.79 | 0.64 |
| Hex | A6 | 5C | EC | 1E | 3D | 0 | 7 | 10F | 4F | 40 |
| Octal | 246 | 134 | 354 | 36 | 75 | 0 | 7 | 417 | 117 | 100 |
| Binary | 10100110 | 1011100 | 11101100 | 11110 | 111101 | 0 | 111 | 100001111 | 1001111 | 1000000 |
Color Harmonies of #A65CEC
Complementary color
Monochromatic Colors of #A65CEC
Black with #A65CEC
Text Example
Text Example
White with #A65CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CEC; }
p { color: rgb(166,92,236); }
H1.HeaderClassName
{
color: #A65CEC;
}
.AnyTagClassName
{
color: #A65CEC;
}
</style>
background-color css
<style>
a { background-color: #A65CEC; }
a { background-color: rgb(166,92,236); }
div.DivClassName
{
background-color: #A65CEC;
}
.BgClassName
{
background-color: #A65CEC;
}
</style>
border-color css
<style>
span { border-color: #A65CEC; }
span { border-color: rgb(166,92,236); }
td.TdClassName
{
border-color: #A65CEC;
}
.TagClassName
{
border-color: #A65CEC;
}
</style>