Shades of Amethyst #A76ACD
Tints of Amethyst #A76ACD
RGB
CMYK
RGB Variations
Color information
#A76ACD (or 0xA76ACD) is known color: Amethyst. HEX triplet: A7, 6A and CD. RGB value is (167,106,205). Sum of RGB (Red+Green+Blue) = 167+106+205=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A76ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ACD is #589532. Grayscale: #878787. Windows color (decimal): -5805363 or 13462183. OLE color: 13462183.
HSL color Cylindrical-coordinate representation of color #A76ACD: hue angle of 276.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76ACD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 106 | 205 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.20 |
| HSL | 276.97º | 0.5% | 0.61% | - |
| HSV(B) | 276.97º | 0.48% | 0.8% | - |
| XYZ | 32.11 | 22.93 | 60.49 | - |
| YUV | 135.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 205 | 0.19 | 0.48 | 0 | 0.20 | 276.97 | 0.5 | 0.61 |
| Hex | A7 | 6A | CD | 13 | 30 | 0 | 14 | 115 | 32 | 3D |
| Octal | 247 | 152 | 315 | 23 | 60 | 0 | 24 | 425 | 62 | 75 |
| Binary | 10100111 | 1101010 | 11001101 | 10011 | 110000 | 0 | 10100 | 100010101 | 110010 | 111101 |
Color Harmonies of #A76ACD
Complementary color
Monochromatic Colors of #A76ACD
Black with #A76ACD
Text Example
Text Example
White with #A76ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76ACD; }
p { color: rgb(167,106,205); }
H1.HeaderClassName
{
color: #A76ACD;
}
.AnyTagClassName
{
color: #A76ACD;
}
</style>
background-color css
<style>
a { background-color: #A76ACD; }
a { background-color: rgb(167,106,205); }
div.DivClassName
{
background-color: #A76ACD;
}
.BgClassName
{
background-color: #A76ACD;
}
</style>
border-color css
<style>
span { border-color: #A76ACD; }
span { border-color: rgb(167,106,205); }
td.TdClassName
{
border-color: #A76ACD;
}
.TagClassName
{
border-color: #A76ACD;
}
</style>