Shades of Amethyst #A46ECE
Tints of Amethyst #A46ECE
RGB
CMYK
RGB Variations
Color information
#A46ECE (or 0xA46ECE) is known color: Amethyst. HEX triplet: A4, 6E and CE. RGB value is (164,110,206). Sum of RGB (Red+Green+Blue) = 164+110+206=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECE is #5B9131. Grayscale: #888888. Windows color (decimal): -6000946 or 13528740. OLE color: 13528740.
HSL color Cylindrical-coordinate representation of color #A46ECE: hue angle of 273.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46ECE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 110 | 206 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.19 |
| HSL | 273.75º | 0.49% | 0.62% | - |
| HSV(B) | 273.75º | 0.47% | 0.81% | - |
| XYZ | 32.03 | 23.5 | 61.24 | - |
| YUV | 137.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 206 | 0.20 | 0.47 | 0 | 0.19 | 273.75 | 0.49 | 0.62 |
| Hex | A4 | 6E | CE | 14 | 2F | 0 | 13 | 112 | 31 | 3E |
| Octal | 244 | 156 | 316 | 24 | 57 | 0 | 23 | 422 | 61 | 76 |
| Binary | 10100100 | 1101110 | 11001110 | 10100 | 101111 | 0 | 10011 | 100010010 | 110001 | 111110 |
Color Harmonies of #A46ECE
Complementary color
Monochromatic Colors of #A46ECE
Black with #A46ECE
Text Example
Text Example
White with #A46ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ECE; }
p { color: rgb(164,110,206); }
H1.HeaderClassName
{
color: #A46ECE;
}
.AnyTagClassName
{
color: #A46ECE;
}
</style>
background-color css
<style>
a { background-color: #A46ECE; }
a { background-color: rgb(164,110,206); }
div.DivClassName
{
background-color: #A46ECE;
}
.BgClassName
{
background-color: #A46ECE;
}
</style>
border-color css
<style>
span { border-color: #A46ECE; }
span { border-color: rgb(164,110,206); }
td.TdClassName
{
border-color: #A46ECE;
}
.TagClassName
{
border-color: #A46ECE;
}
</style>