Shades of Amethyst #A46CC0
Tints of Amethyst #A46CC0
RGB
CMYK
RGB Variations
Color information
#A46CC0 (or 0xA46CC0) is known color: Amethyst. HEX triplet: A4, 6C and C0. RGB value is (164,108,192). Sum of RGB (Red+Green+Blue) = 164+108+192=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #A46CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CC0 is #5B933F. Grayscale: #868686. Windows color (decimal): -6001472 or 12610724. OLE color: 12610724.
HSL color Cylindrical-coordinate representation of color #A46CC0: hue angle of 280º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46CC0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 108 | 192 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.25 |
| HSL | 280º | 0.4% | 0.59% | - |
| HSV(B) | 280º | 0.44% | 0.75% | - |
| XYZ | 30.19 | 22.42 | 52.61 | - |
| YUV | 134.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 192 | 0.15 | 0.44 | 0 | 0.25 | 280 | 0.4 | 0.59 |
| Hex | A4 | 6C | C0 | F | 2C | 0 | 19 | 118 | 28 | 3B |
| Octal | 244 | 154 | 300 | 17 | 54 | 0 | 31 | 430 | 50 | 73 |
| Binary | 10100100 | 1101100 | 11000000 | 1111 | 101100 | 0 | 11001 | 100011000 | 101000 | 111011 |
Color Harmonies of #A46CC0
Complementary color
Monochromatic Colors of #A46CC0
Black with #A46CC0
Text Example
Text Example
White with #A46CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CC0; }
p { color: rgb(164,108,192); }
H1.HeaderClassName
{
color: #A46CC0;
}
.AnyTagClassName
{
color: #A46CC0;
}
</style>
background-color css
<style>
a { background-color: #A46CC0; }
a { background-color: rgb(164,108,192); }
div.DivClassName
{
background-color: #A46CC0;
}
.BgClassName
{
background-color: #A46CC0;
}
</style>
border-color css
<style>
span { border-color: #A46CC0; }
span { border-color: rgb(164,108,192); }
td.TdClassName
{
border-color: #A46CC0;
}
.TagClassName
{
border-color: #A46CC0;
}
</style>