Shades of Amethyst #A76BC4
Tints of Amethyst #A76BC4
RGB
CMYK
RGB Variations
Color information
#A76BC4 (or 0xA76BC4) is known color: Amethyst. HEX triplet: A7, 6B and C4. RGB value is (167,107,196). Sum of RGB (Red+Green+Blue) = 167+107+196=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #A76BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BC4 is #58943B. Grayscale: #868686. Windows color (decimal): -5805116 or 12872615. OLE color: 12872615.
HSL color Cylindrical-coordinate representation of color #A76BC4: hue angle of 280.45º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76BC4 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 107 | 196 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.23 |
| HSL | 280.45º | 0.43% | 0.59% | - |
| HSV(B) | 280.45º | 0.45% | 0.77% | - |
| XYZ | 31.16 | 22.72 | 54.97 | - |
| YUV | 135.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 196 | 0.15 | 0.45 | 0 | 0.23 | 280.45 | 0.43 | 0.59 |
| Hex | A7 | 6B | C4 | F | 2D | 0 | 17 | 118 | 2B | 3B |
| Octal | 247 | 153 | 304 | 17 | 55 | 0 | 27 | 430 | 53 | 73 |
| Binary | 10100111 | 1101011 | 11000100 | 1111 | 101101 | 0 | 10111 | 100011000 | 101011 | 111011 |
Color Harmonies of #A76BC4
Complementary color
Monochromatic Colors of #A76BC4
Black with #A76BC4
Text Example
Text Example
White with #A76BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BC4; }
p { color: rgb(167,107,196); }
H1.HeaderClassName
{
color: #A76BC4;
}
.AnyTagClassName
{
color: #A76BC4;
}
</style>
background-color css
<style>
a { background-color: #A76BC4; }
a { background-color: rgb(167,107,196); }
div.DivClassName
{
background-color: #A76BC4;
}
.BgClassName
{
background-color: #A76BC4;
}
</style>
border-color css
<style>
span { border-color: #A76BC4; }
span { border-color: rgb(167,107,196); }
td.TdClassName
{
border-color: #A76BC4;
}
.TagClassName
{
border-color: #A76BC4;
}
</style>