Shades of Amethyst #A76DC4
Tints of Amethyst #A76DC4
RGB
CMYK
RGB Variations
Color information
#A76DC4 (or 0xA76DC4) is known color: Amethyst. HEX triplet: A7, 6D and C4. RGB value is (167,109,196). Sum of RGB (Red+Green+Blue) = 167+109+196=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #A76DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DC4 is #58923B. Grayscale: #878787. Windows color (decimal): -5804604 or 12873127. OLE color: 12873127.
HSL color Cylindrical-coordinate representation of color #A76DC4: hue angle of 280º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76DC4 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 109 | 196 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.23 |
| HSL | 280º | 0.42% | 0.6% | - |
| HSV(B) | 280º | 0.44% | 0.77% | - |
| XYZ | 31.37 | 23.14 | 55.04 | - |
| YUV | 136.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 196 | 0.15 | 0.44 | 0 | 0.23 | 280 | 0.42 | 0.6 |
| Hex | A7 | 6D | C4 | F | 2C | 0 | 17 | 118 | 2A | 3C |
| Octal | 247 | 155 | 304 | 17 | 54 | 0 | 27 | 430 | 52 | 74 |
| Binary | 10100111 | 1101101 | 11000100 | 1111 | 101100 | 0 | 10111 | 100011000 | 101010 | 111100 |
Color Harmonies of #A76DC4
Complementary color
Monochromatic Colors of #A76DC4
Black with #A76DC4
Text Example
Text Example
White with #A76DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DC4; }
p { color: rgb(167,109,196); }
H1.HeaderClassName
{
color: #A76DC4;
}
.AnyTagClassName
{
color: #A76DC4;
}
</style>
background-color css
<style>
a { background-color: #A76DC4; }
a { background-color: rgb(167,109,196); }
div.DivClassName
{
background-color: #A76DC4;
}
.BgClassName
{
background-color: #A76DC4;
}
</style>
border-color css
<style>
span { border-color: #A76DC4; }
span { border-color: rgb(167,109,196); }
td.TdClassName
{
border-color: #A76DC4;
}
.TagClassName
{
border-color: #A76DC4;
}
</style>