Shades of Amethyst #A46ECF
Tints of Amethyst #A46ECF
RGB
CMYK
RGB Variations
Color information
#A46ECF (or 0xA46ECF) is known color: Amethyst. HEX triplet: A4, 6E and CF. RGB value is (164,110,207). Sum of RGB (Red+Green+Blue) = 164+110+207=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ECF is #5B9130. Grayscale: #888888. Windows color (decimal): -6000945 or 13594276. OLE color: 13594276.
HSL color Cylindrical-coordinate representation of color #A46ECF: hue angle of 273.4º degrees, saturation: 0.5, 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 #A46ECF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 110 | 207 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.19 |
| HSL | 273.4º | 0.5% | 0.62% | - |
| HSV(B) | 273.4º | 0.47% | 0.81% | - |
| XYZ | 32.15 | 23.55 | 61.88 | - |
| YUV | 137.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 207 | 0.21 | 0.47 | 0 | 0.19 | 273.4 | 0.5 | 0.62 |
| Hex | A4 | 6E | CF | 15 | 2F | 0 | 13 | 111 | 32 | 3E |
| Octal | 244 | 156 | 317 | 25 | 57 | 0 | 23 | 421 | 62 | 76 |
| Binary | 10100100 | 1101110 | 11001111 | 10101 | 101111 | 0 | 10011 | 100010001 | 110010 | 111110 |
Color Harmonies of #A46ECF
Complementary color
Monochromatic Colors of #A46ECF
Black with #A46ECF
Text Example
Text Example
White with #A46ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ECF; }
p { color: rgb(164,110,207); }
H1.HeaderClassName
{
color: #A46ECF;
}
.AnyTagClassName
{
color: #A46ECF;
}
</style>
background-color css
<style>
a { background-color: #A46ECF; }
a { background-color: rgb(164,110,207); }
div.DivClassName
{
background-color: #A46ECF;
}
.BgClassName
{
background-color: #A46ECF;
}
</style>
border-color css
<style>
span { border-color: #A46ECF; }
span { border-color: rgb(164,110,207); }
td.TdClassName
{
border-color: #A46ECF;
}
.TagClassName
{
border-color: #A46ECF;
}
</style>