Shades of Amethyst #A76FC0
Tints of Amethyst #A76FC0
RGB
CMYK
RGB Variations
Color information
#A76FC0 (or 0xA76FC0) is known color: Amethyst. HEX triplet: A7, 6F and C0. RGB value is (167,111,192). Sum of RGB (Red+Green+Blue) = 167+111+192=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #A76FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FC0 is #58903F. Grayscale: #888888. Windows color (decimal): -5804096 or 12611495. OLE color: 12611495.
HSL color Cylindrical-coordinate representation of color #A76FC0: hue angle of 281.48º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76FC0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 111 | 192 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.25 |
| HSL | 281.48º | 0.39% | 0.59% | - |
| HSV(B) | 281.48º | 0.42% | 0.75% | - |
| XYZ | 31.14 | 23.39 | 52.74 | - |
| YUV | 136.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 192 | 0.13 | 0.42 | 0 | 0.25 | 281.48 | 0.39 | 0.59 |
| Hex | A7 | 6F | C0 | D | 2A | 0 | 19 | 119 | 27 | 3B |
| Octal | 247 | 157 | 300 | 15 | 52 | 0 | 31 | 431 | 47 | 73 |
| Binary | 10100111 | 1101111 | 11000000 | 1101 | 101010 | 0 | 11001 | 100011001 | 100111 | 111011 |
Color Harmonies of #A76FC0
Complementary color
Monochromatic Colors of #A76FC0
Black with #A76FC0
Text Example
Text Example
White with #A76FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FC0; }
p { color: rgb(167,111,192); }
H1.HeaderClassName
{
color: #A76FC0;
}
.AnyTagClassName
{
color: #A76FC0;
}
</style>
background-color css
<style>
a { background-color: #A76FC0; }
a { background-color: rgb(167,111,192); }
div.DivClassName
{
background-color: #A76FC0;
}
.BgClassName
{
background-color: #A76FC0;
}
</style>
border-color css
<style>
span { border-color: #A76FC0; }
span { border-color: rgb(167,111,192); }
td.TdClassName
{
border-color: #A76FC0;
}
.TagClassName
{
border-color: #A76FC0;
}
</style>