Shades of Amethyst #A76ED0
Tints of Amethyst #A76ED0
RGB
CMYK
RGB Variations
Color information
#A76ED0 (or 0xA76ED0) is known color: Amethyst. HEX triplet: A7, 6E and D0. RGB value is (167,110,208). Sum of RGB (Red+Green+Blue) = 167+110+208=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #A76ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ED0 is #58912F. Grayscale: #898989. Windows color (decimal): -5804336 or 13659815. OLE color: 13659815.
HSL color Cylindrical-coordinate representation of color #A76ED0: hue angle of 274.9º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76ED0 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 110 | 208 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.18 |
| HSL | 274.9º | 0.51% | 0.62% | - |
| HSV(B) | 274.9º | 0.47% | 0.82% | - |
| XYZ | 32.9 | 23.92 | 62.56 | - |
| YUV | 138.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 208 | 0.20 | 0.47 | 0 | 0.18 | 274.9 | 0.51 | 0.62 |
| Hex | A7 | 6E | D0 | 14 | 2F | 0 | 12 | 113 | 33 | 3E |
| Octal | 247 | 156 | 320 | 24 | 57 | 0 | 22 | 423 | 63 | 76 |
| Binary | 10100111 | 1101110 | 11010000 | 10100 | 101111 | 0 | 10010 | 100010011 | 110011 | 111110 |
Color Harmonies of #A76ED0
Complementary color
Monochromatic Colors of #A76ED0
Black with #A76ED0
Text Example
Text Example
White with #A76ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76ED0; }
p { color: rgb(167,110,208); }
H1.HeaderClassName
{
color: #A76ED0;
}
.AnyTagClassName
{
color: #A76ED0;
}
</style>
background-color css
<style>
a { background-color: #A76ED0; }
a { background-color: rgb(167,110,208); }
div.DivClassName
{
background-color: #A76ED0;
}
.BgClassName
{
background-color: #A76ED0;
}
</style>
border-color css
<style>
span { border-color: #A76ED0; }
span { border-color: rgb(167,110,208); }
td.TdClassName
{
border-color: #A76ED0;
}
.TagClassName
{
border-color: #A76ED0;
}
</style>