Shades of Amethyst #A76ADA
Tints of Amethyst #A76ADA
RGB
CMYK
RGB Variations
Color information
#A76ADA (or 0xA76ADA) is known color: Amethyst. HEX triplet: A7, 6A and DA. RGB value is (167,106,218). Sum of RGB (Red+Green+Blue) = 167+106+218=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #A76ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ADA is #589525. Grayscale: #888888. Windows color (decimal): -5805350 or 14314151. OLE color: 14314151.
HSL color Cylindrical-coordinate representation of color #A76ADA: hue angle of 272.68º 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 #A76ADA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 106 | 218 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.15 |
| HSL | 272.68º | 0.6% | 0.64% | - |
| HSV(B) | 272.68º | 0.51% | 0.85% | - |
| XYZ | 33.75 | 23.59 | 69.1 | - |
| YUV | 137.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 218 | 0.23 | 0.51 | 0 | 0.15 | 272.68 | 0.6 | 0.64 |
| Hex | A7 | 6A | DA | 17 | 33 | 0 | F | 111 | 3C | 40 |
| Octal | 247 | 152 | 332 | 27 | 63 | 0 | 17 | 421 | 74 | 100 |
| Binary | 10100111 | 1101010 | 11011010 | 10111 | 110011 | 0 | 1111 | 100010001 | 111100 | 1000000 |
Color Harmonies of #A76ADA
Complementary color
Monochromatic Colors of #A76ADA
Black with #A76ADA
Text Example
Text Example
White with #A76ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76ADA; }
p { color: rgb(167,106,218); }
H1.HeaderClassName
{
color: #A76ADA;
}
.AnyTagClassName
{
color: #A76ADA;
}
</style>
background-color css
<style>
a { background-color: #A76ADA; }
a { background-color: rgb(167,106,218); }
div.DivClassName
{
background-color: #A76ADA;
}
.BgClassName
{
background-color: #A76ADA;
}
</style>
border-color css
<style>
span { border-color: #A76ADA; }
span { border-color: rgb(167,106,218); }
td.TdClassName
{
border-color: #A76ADA;
}
.TagClassName
{
border-color: #A76ADA;
}
</style>