Shades of Amethyst #A76ECF
Tints of Amethyst #A76ECF
RGB
CMYK
RGB Variations
Color information
#A76ECF (or 0xA76ECF) is known color: Amethyst. HEX triplet: A7, 6E and CF. RGB value is (167,110,207). Sum of RGB (Red+Green+Blue) = 167+110+207=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A76ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ECF is #589130. Grayscale: #898989. Windows color (decimal): -5804337 or 13594279. OLE color: 13594279.
HSL color Cylindrical-coordinate representation of color #A76ECF: hue angle of 275.26º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76ECF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 110 | 207 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.19 |
| HSL | 275.26º | 0.5% | 0.62% | - |
| HSV(B) | 275.26º | 0.47% | 0.81% | - |
| XYZ | 32.77 | 23.87 | 61.91 | - |
| YUV | 138.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 207 | 0.19 | 0.47 | 0 | 0.19 | 275.26 | 0.5 | 0.62 |
| Hex | A7 | 6E | CF | 13 | 2F | 0 | 13 | 113 | 32 | 3E |
| Octal | 247 | 156 | 317 | 23 | 57 | 0 | 23 | 423 | 62 | 76 |
| Binary | 10100111 | 1101110 | 11001111 | 10011 | 101111 | 0 | 10011 | 100010011 | 110010 | 111110 |
Color Harmonies of #A76ECF
Complementary color
Monochromatic Colors of #A76ECF
Black with #A76ECF
Text Example
Text Example
White with #A76ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76ECF; }
p { color: rgb(167,110,207); }
H1.HeaderClassName
{
color: #A76ECF;
}
.AnyTagClassName
{
color: #A76ECF;
}
</style>
background-color css
<style>
a { background-color: #A76ECF; }
a { background-color: rgb(167,110,207); }
div.DivClassName
{
background-color: #A76ECF;
}
.BgClassName
{
background-color: #A76ECF;
}
</style>
border-color css
<style>
span { border-color: #A76ECF; }
span { border-color: rgb(167,110,207); }
td.TdClassName
{
border-color: #A76ECF;
}
.TagClassName
{
border-color: #A76ECF;
}
</style>