Shades of Amethyst #A76CC0
Tints of Amethyst #A76CC0
RGB
CMYK
RGB Variations
Color information
#A76CC0 (or 0xA76CC0) is known color: Amethyst. HEX triplet: A7, 6C and C0. RGB value is (167,108,192). Sum of RGB (Red+Green+Blue) = 167+108+192=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #A76CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CC0 is #58933F. Grayscale: #868686. Windows color (decimal): -5804864 or 12610727. OLE color: 12610727.
HSL color Cylindrical-coordinate representation of color #A76CC0: hue angle of 282.14º 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 #A76CC0 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 108 | 192 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.25 |
| HSL | 282.14º | 0.4% | 0.59% | - |
| HSV(B) | 282.14º | 0.44% | 0.75% | - |
| XYZ | 30.81 | 22.75 | 52.64 | - |
| YUV | 135.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 192 | 0.13 | 0.44 | 0 | 0.25 | 282.14 | 0.4 | 0.59 |
| Hex | A7 | 6C | C0 | D | 2C | 0 | 19 | 11A | 28 | 3B |
| Octal | 247 | 154 | 300 | 15 | 54 | 0 | 31 | 432 | 50 | 73 |
| Binary | 10100111 | 1101100 | 11000000 | 1101 | 101100 | 0 | 11001 | 100011010 | 101000 | 111011 |
Color Harmonies of #A76CC0
Complementary color
Monochromatic Colors of #A76CC0
Black with #A76CC0
Text Example
Text Example
White with #A76CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CC0; }
p { color: rgb(167,108,192); }
H1.HeaderClassName
{
color: #A76CC0;
}
.AnyTagClassName
{
color: #A76CC0;
}
</style>
background-color css
<style>
a { background-color: #A76CC0; }
a { background-color: rgb(167,108,192); }
div.DivClassName
{
background-color: #A76CC0;
}
.BgClassName
{
background-color: #A76CC0;
}
</style>
border-color css
<style>
span { border-color: #A76CC0; }
span { border-color: rgb(167,108,192); }
td.TdClassName
{
border-color: #A76CC0;
}
.TagClassName
{
border-color: #A76CC0;
}
</style>