Shades of Amethyst #A76DCF
Tints of Amethyst #A76DCF
RGB
CMYK
RGB Variations
Color information
#A76DCF (or 0xA76DCF) is known color: Amethyst. HEX triplet: A7, 6D and CF. RGB value is (167,109,207). Sum of RGB (Red+Green+Blue) = 167+109+207=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A76DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DCF is #589230. Grayscale: #898989. Windows color (decimal): -5804593 or 13594023. OLE color: 13594023.
HSL color Cylindrical-coordinate representation of color #A76DCF: hue angle of 275.51º degrees, saturation: 0.51, 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 #A76DCF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 109 | 207 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.19 |
| HSL | 275.51º | 0.51% | 0.62% | - |
| HSV(B) | 275.51º | 0.47% | 0.81% | - |
| XYZ | 32.67 | 23.66 | 61.88 | - |
| YUV | 137.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 207 | 0.19 | 0.47 | 0 | 0.19 | 275.51 | 0.51 | 0.62 |
| Hex | A7 | 6D | CF | 13 | 2F | 0 | 13 | 114 | 33 | 3E |
| Octal | 247 | 155 | 317 | 23 | 57 | 0 | 23 | 424 | 63 | 76 |
| Binary | 10100111 | 1101101 | 11001111 | 10011 | 101111 | 0 | 10011 | 100010100 | 110011 | 111110 |
Color Harmonies of #A76DCF
Complementary color
Monochromatic Colors of #A76DCF
Black with #A76DCF
Text Example
Text Example
White with #A76DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DCF; }
p { color: rgb(167,109,207); }
H1.HeaderClassName
{
color: #A76DCF;
}
.AnyTagClassName
{
color: #A76DCF;
}
</style>
background-color css
<style>
a { background-color: #A76DCF; }
a { background-color: rgb(167,109,207); }
div.DivClassName
{
background-color: #A76DCF;
}
.BgClassName
{
background-color: #A76DCF;
}
</style>
border-color css
<style>
span { border-color: #A76DCF; }
span { border-color: rgb(167,109,207); }
td.TdClassName
{
border-color: #A76DCF;
}
.TagClassName
{
border-color: #A76DCF;
}
</style>