Shades of Amethyst #A76AD1
Tints of Amethyst #A76AD1
RGB
CMYK
RGB Variations
Color information
#A76AD1 (or 0xA76AD1) is known color: Amethyst. HEX triplet: A7, 6A and D1. RGB value is (167,106,209). Sum of RGB (Red+Green+Blue) = 167+106+209=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #A76AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AD1 is #58952E. Grayscale: #878787. Windows color (decimal): -5805359 or 13724327. OLE color: 13724327.
HSL color Cylindrical-coordinate representation of color #A76AD1: hue angle of 275.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76AD1 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 106 | 209 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.18 |
| HSL | 275.53º | 0.53% | 0.62% | - |
| HSV(B) | 275.53º | 0.49% | 0.82% | - |
| XYZ | 32.6 | 23.13 | 63.07 | - |
| YUV | 135.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 209 | 0.20 | 0.49 | 0 | 0.18 | 275.53 | 0.53 | 0.62 |
| Hex | A7 | 6A | D1 | 14 | 31 | 0 | 12 | 114 | 35 | 3E |
| Octal | 247 | 152 | 321 | 24 | 61 | 0 | 22 | 424 | 65 | 76 |
| Binary | 10100111 | 1101010 | 11010001 | 10100 | 110001 | 0 | 10010 | 100010100 | 110101 | 111110 |
Color Harmonies of #A76AD1
Complementary color
Monochromatic Colors of #A76AD1
Black with #A76AD1
Text Example
Text Example
White with #A76AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76AD1; }
p { color: rgb(167,106,209); }
H1.HeaderClassName
{
color: #A76AD1;
}
.AnyTagClassName
{
color: #A76AD1;
}
</style>
background-color css
<style>
a { background-color: #A76AD1; }
a { background-color: rgb(167,106,209); }
div.DivClassName
{
background-color: #A76AD1;
}
.BgClassName
{
background-color: #A76AD1;
}
</style>
border-color css
<style>
span { border-color: #A76AD1; }
span { border-color: rgb(167,106,209); }
td.TdClassName
{
border-color: #A76AD1;
}
.TagClassName
{
border-color: #A76AD1;
}
</style>