Shades of Amethyst #A76EC8
Tints of Amethyst #A76EC8
RGB
CMYK
RGB Variations
Color information
#A76EC8 (or 0xA76EC8) is known color: Amethyst. HEX triplet: A7, 6E and C8. RGB value is (167,110,200). Sum of RGB (Red+Green+Blue) = 167+110+200=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #A76EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EC8 is #589137. Grayscale: #898989. Windows color (decimal): -5804344 or 13135527. OLE color: 13135527.
HSL color Cylindrical-coordinate representation of color #A76EC8: hue angle of 278º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76EC8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 110 | 200 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.22 |
| HSL | 278º | 0.45% | 0.61% | - |
| HSV(B) | 278º | 0.45% | 0.78% | - |
| XYZ | 31.94 | 23.54 | 57.5 | - |
| YUV | 137.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 200 | 0.16 | 0.45 | 0 | 0.22 | 278 | 0.45 | 0.61 |
| Hex | A7 | 6E | C8 | 10 | 2D | 0 | 16 | 116 | 2D | 3D |
| Octal | 247 | 156 | 310 | 20 | 55 | 0 | 26 | 426 | 55 | 75 |
| Binary | 10100111 | 1101110 | 11001000 | 10000 | 101101 | 0 | 10110 | 100010110 | 101101 | 111101 |
Color Harmonies of #A76EC8
Complementary color
Monochromatic Colors of #A76EC8
Black with #A76EC8
Text Example
Text Example
White with #A76EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76EC8; }
p { color: rgb(167,110,200); }
H1.HeaderClassName
{
color: #A76EC8;
}
.AnyTagClassName
{
color: #A76EC8;
}
</style>
background-color css
<style>
a { background-color: #A76EC8; }
a { background-color: rgb(167,110,200); }
div.DivClassName
{
background-color: #A76EC8;
}
.BgClassName
{
background-color: #A76EC8;
}
</style>
border-color css
<style>
span { border-color: #A76EC8; }
span { border-color: rgb(167,110,200); }
td.TdClassName
{
border-color: #A76EC8;
}
.TagClassName
{
border-color: #A76EC8;
}
</style>