Shades of Amethyst #A76AC0
Tints of Amethyst #A76AC0
RGB
CMYK
RGB Variations
Color information
#A76AC0 (or 0xA76AC0) is known color: Amethyst. HEX triplet: A7, 6A and C0. RGB value is (167,106,192). Sum of RGB (Red+Green+Blue) = 167+106+192=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #A76AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AC0 is #58953F. Grayscale: #858585. Windows color (decimal): -5805376 or 12610215. OLE color: 12610215.
HSL color Cylindrical-coordinate representation of color #A76AC0: hue angle of 282.56º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76AC0 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 106 | 192 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.25 |
| HSL | 282.56º | 0.41% | 0.58% | - |
| HSV(B) | 282.56º | 0.45% | 0.75% | - |
| XYZ | 30.6 | 22.33 | 52.57 | - |
| YUV | 134.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 192 | 0.13 | 0.45 | 0 | 0.25 | 282.56 | 0.41 | 0.58 |
| Hex | A7 | 6A | C0 | D | 2D | 0 | 19 | 11B | 29 | 3A |
| Octal | 247 | 152 | 300 | 15 | 55 | 0 | 31 | 433 | 51 | 72 |
| Binary | 10100111 | 1101010 | 11000000 | 1101 | 101101 | 0 | 11001 | 100011011 | 101001 | 111010 |
Color Harmonies of #A76AC0
Complementary color
Monochromatic Colors of #A76AC0
Black with #A76AC0
Text Example
Text Example
White with #A76AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76AC0; }
p { color: rgb(167,106,192); }
H1.HeaderClassName
{
color: #A76AC0;
}
.AnyTagClassName
{
color: #A76AC0;
}
</style>
background-color css
<style>
a { background-color: #A76AC0; }
a { background-color: rgb(167,106,192); }
div.DivClassName
{
background-color: #A76AC0;
}
.BgClassName
{
background-color: #A76AC0;
}
</style>
border-color css
<style>
span { border-color: #A76AC0; }
span { border-color: rgb(167,106,192); }
td.TdClassName
{
border-color: #A76AC0;
}
.TagClassName
{
border-color: #A76AC0;
}
</style>