Shades of Amethyst #A76CDA
Tints of Amethyst #A76CDA
RGB
CMYK
RGB Variations
Color information
#A76CDA (or 0xA76CDA) is known color: Amethyst. HEX triplet: A7, 6C and DA. RGB value is (167,108,218). Sum of RGB (Red+Green+Blue) = 167+108+218=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A76CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CDA is #589325. Grayscale: #898989. Windows color (decimal): -5804838 or 14314663. OLE color: 14314663.
HSL color Cylindrical-coordinate representation of color #A76CDA: hue angle of 272.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76CDA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 108 | 218 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.15 |
| HSL | 272.18º | 0.6% | 0.64% | - |
| HSV(B) | 272.18º | 0.5% | 0.85% | - |
| XYZ | 33.95 | 24 | 69.17 | - |
| YUV | 138.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 218 | 0.23 | 0.50 | 0 | 0.15 | 272.18 | 0.6 | 0.64 |
| Hex | A7 | 6C | DA | 17 | 32 | 0 | F | 110 | 3C | 40 |
| Octal | 247 | 154 | 332 | 27 | 62 | 0 | 17 | 420 | 74 | 100 |
| Binary | 10100111 | 1101100 | 11011010 | 10111 | 110010 | 0 | 1111 | 100010000 | 111100 | 1000000 |
Color Harmonies of #A76CDA
Complementary color
Monochromatic Colors of #A76CDA
Black with #A76CDA
Text Example
Text Example
White with #A76CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CDA; }
p { color: rgb(167,108,218); }
H1.HeaderClassName
{
color: #A76CDA;
}
.AnyTagClassName
{
color: #A76CDA;
}
</style>
background-color css
<style>
a { background-color: #A76CDA; }
a { background-color: rgb(167,108,218); }
div.DivClassName
{
background-color: #A76CDA;
}
.BgClassName
{
background-color: #A76CDA;
}
</style>
border-color css
<style>
span { border-color: #A76CDA; }
span { border-color: rgb(167,108,218); }
td.TdClassName
{
border-color: #A76CDA;
}
.TagClassName
{
border-color: #A76CDA;
}
</style>