Shades of Amethyst #A76FCE
Tints of Amethyst #A76FCE
RGB
CMYK
RGB Variations
Color information
#A76FCE (or 0xA76FCE) is known color: Amethyst. HEX triplet: A7, 6F and CE. RGB value is (167,111,206). Sum of RGB (Red+Green+Blue) = 167+111+206=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A76FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCE is #589031. Grayscale: #8A8A8A. Windows color (decimal): -5804082 or 13528999. OLE color: 13528999.
HSL color Cylindrical-coordinate representation of color #A76FCE: hue angle of 275.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76FCE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 111 | 206 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.19 |
| HSL | 275.37º | 0.49% | 0.62% | - |
| HSV(B) | 275.37º | 0.46% | 0.81% | - |
| XYZ | 32.76 | 24.04 | 61.31 | - |
| YUV | 138.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 206 | 0.19 | 0.46 | 0 | 0.19 | 275.37 | 0.49 | 0.62 |
| Hex | A7 | 6F | CE | 13 | 2E | 0 | 13 | 113 | 31 | 3E |
| Octal | 247 | 157 | 316 | 23 | 56 | 0 | 23 | 423 | 61 | 76 |
| Binary | 10100111 | 1101111 | 11001110 | 10011 | 101110 | 0 | 10011 | 100010011 | 110001 | 111110 |
Color Harmonies of #A76FCE
Complementary color
Monochromatic Colors of #A76FCE
Black with #A76FCE
Text Example
Text Example
White with #A76FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FCE; }
p { color: rgb(167,111,206); }
H1.HeaderClassName
{
color: #A76FCE;
}
.AnyTagClassName
{
color: #A76FCE;
}
</style>
background-color css
<style>
a { background-color: #A76FCE; }
a { background-color: rgb(167,111,206); }
div.DivClassName
{
background-color: #A76FCE;
}
.BgClassName
{
background-color: #A76FCE;
}
</style>
border-color css
<style>
span { border-color: #A76FCE; }
span { border-color: rgb(167,111,206); }
td.TdClassName
{
border-color: #A76FCE;
}
.TagClassName
{
border-color: #A76FCE;
}
</style>