Shades of Amethyst #A65ECE
Tints of Amethyst #A65ECE
RGB
CMYK
RGB Variations
Color information
#A65ECE (or 0xA65ECE) is known color: Amethyst. HEX triplet: A6, 5E and CE. RGB value is (166,94,206). Sum of RGB (Red+Green+Blue) = 166+94+206=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A65ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ECE is #59A131. Grayscale: #7F7F7F. Windows color (decimal): -5873970 or 13524646. OLE color: 13524646.
HSL color Cylindrical-coordinate representation of color #A65ECE: hue angle of 278.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65ECE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 94 | 206 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.19 |
| HSL | 278.57º | 0.53% | 0.59% | - |
| HSV(B) | 278.57º | 0.54% | 0.81% | - |
| XYZ | 30.87 | 20.57 | 60.74 | - |
| YUV | 128.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 206 | 0.19 | 0.54 | 0 | 0.19 | 278.57 | 0.53 | 0.59 |
| Hex | A6 | 5E | CE | 13 | 36 | 0 | 13 | 117 | 35 | 3B |
| Octal | 246 | 136 | 316 | 23 | 66 | 0 | 23 | 427 | 65 | 73 |
| Binary | 10100110 | 1011110 | 11001110 | 10011 | 110110 | 0 | 10011 | 100010111 | 110101 | 111011 |
Color Harmonies of #A65ECE
Complementary color
Monochromatic Colors of #A65ECE
Black with #A65ECE
Text Example
Text Example
White with #A65ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ECE; }
p { color: rgb(166,94,206); }
H1.HeaderClassName
{
color: #A65ECE;
}
.AnyTagClassName
{
color: #A65ECE;
}
</style>
background-color css
<style>
a { background-color: #A65ECE; }
a { background-color: rgb(166,94,206); }
div.DivClassName
{
background-color: #A65ECE;
}
.BgClassName
{
background-color: #A65ECE;
}
</style>
border-color css
<style>
span { border-color: #A65ECE; }
span { border-color: rgb(166,94,206); }
td.TdClassName
{
border-color: #A65ECE;
}
.TagClassName
{
border-color: #A65ECE;
}
</style>