Shades of Amethyst #A76EDD
Tints of Amethyst #A76EDD
RGB
CMYK
RGB Variations
Color information
#A76EDD (or 0xA76EDD) is known color: Amethyst. HEX triplet: A7, 6E and DD. RGB value is (167,110,221). Sum of RGB (Red+Green+Blue) = 167+110+221=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #A76EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EDD is #589122. Grayscale: #8B8B8B. Windows color (decimal): -5804323 or 14511783. OLE color: 14511783.
HSL color Cylindrical-coordinate representation of color #A76EDD: hue angle of 270.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76EDD is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 110 | 221 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.13 |
| HSL | 270.81º | 0.62% | 0.65% | - |
| HSV(B) | 270.81º | 0.5% | 0.87% | - |
| XYZ | 34.56 | 24.59 | 71.33 | - |
| YUV | 139.7 | 173.88 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 221 | 0.24 | 0.50 | 0 | 0.13 | 270.81 | 0.62 | 0.65 |
| Hex | A7 | 6E | DD | 18 | 32 | 0 | D | 10F | 3E | 41 |
| Octal | 247 | 156 | 335 | 30 | 62 | 0 | 15 | 417 | 76 | 101 |
| Binary | 10100111 | 1101110 | 11011101 | 11000 | 110010 | 0 | 1101 | 100001111 | 111110 | 1000001 |
Color Harmonies of #A76EDD
Complementary color
Monochromatic Colors of #A76EDD
Black with #A76EDD
Text Example
Text Example
White with #A76EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76EDD; }
p { color: rgb(167,110,221); }
H1.HeaderClassName
{
color: #A76EDD;
}
.AnyTagClassName
{
color: #A76EDD;
}
</style>
background-color css
<style>
a { background-color: #A76EDD; }
a { background-color: rgb(167,110,221); }
div.DivClassName
{
background-color: #A76EDD;
}
.BgClassName
{
background-color: #A76EDD;
}
</style>
border-color css
<style>
span { border-color: #A76EDD; }
span { border-color: rgb(167,110,221); }
td.TdClassName
{
border-color: #A76EDD;
}
.TagClassName
{
border-color: #A76EDD;
}
</style>