Shades of Amethyst #A76BDA
Tints of Amethyst #A76BDA
RGB
CMYK
RGB Variations
Color information
#A76BDA (or 0xA76BDA) is known color: Amethyst. HEX triplet: A7, 6B and DA. RGB value is (167,107,218). Sum of RGB (Red+Green+Blue) = 167+107+218=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A76BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BDA is #589425. Grayscale: #898989. Windows color (decimal): -5805094 or 14314407. OLE color: 14314407.
HSL color Cylindrical-coordinate representation of color #A76BDA: hue angle of 272.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76BDA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 107 | 218 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.15 |
| HSL | 272.43º | 0.6% | 0.64% | - |
| HSV(B) | 272.43º | 0.51% | 0.85% | - |
| XYZ | 33.85 | 23.79 | 69.14 | - |
| YUV | 137.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 218 | 0.23 | 0.51 | 0 | 0.15 | 272.43 | 0.6 | 0.64 |
| Hex | A7 | 6B | DA | 17 | 33 | 0 | F | 110 | 3C | 40 |
| Octal | 247 | 153 | 332 | 27 | 63 | 0 | 17 | 420 | 74 | 100 |
| Binary | 10100111 | 1101011 | 11011010 | 10111 | 110011 | 0 | 1111 | 100010000 | 111100 | 1000000 |
Color Harmonies of #A76BDA
Complementary color
Monochromatic Colors of #A76BDA
Black with #A76BDA
Text Example
Text Example
White with #A76BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BDA; }
p { color: rgb(167,107,218); }
H1.HeaderClassName
{
color: #A76BDA;
}
.AnyTagClassName
{
color: #A76BDA;
}
</style>
background-color css
<style>
a { background-color: #A76BDA; }
a { background-color: rgb(167,107,218); }
div.DivClassName
{
background-color: #A76BDA;
}
.BgClassName
{
background-color: #A76BDA;
}
</style>
border-color css
<style>
span { border-color: #A76BDA; }
span { border-color: rgb(167,107,218); }
td.TdClassName
{
border-color: #A76BDA;
}
.TagClassName
{
border-color: #A76BDA;
}
</style>