Shades of Amethyst #A76BDC
Tints of Amethyst #A76BDC
RGB
CMYK
RGB Variations
Color information
#A76BDC (or 0xA76BDC) is known color: Amethyst. HEX triplet: A7, 6B and DC. RGB value is (167,107,220). Sum of RGB (Red+Green+Blue) = 167+107+220=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A76BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BDC is #589423. Grayscale: #898989. Windows color (decimal): -5805092 or 14445479. OLE color: 14445479.
HSL color Cylindrical-coordinate representation of color #A76BDC: hue angle of 271.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76BDC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 107 | 220 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.14 |
| HSL | 271.86º | 0.62% | 0.64% | - |
| HSV(B) | 271.86º | 0.51% | 0.86% | - |
| XYZ | 34.11 | 23.9 | 70.53 | - |
| YUV | 137.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 220 | 0.24 | 0.51 | 0 | 0.14 | 271.86 | 0.62 | 0.64 |
| Hex | A7 | 6B | DC | 18 | 33 | 0 | E | 110 | 3E | 40 |
| Octal | 247 | 153 | 334 | 30 | 63 | 0 | 16 | 420 | 76 | 100 |
| Binary | 10100111 | 1101011 | 11011100 | 11000 | 110011 | 0 | 1110 | 100010000 | 111110 | 1000000 |
Color Harmonies of #A76BDC
Complementary color
Monochromatic Colors of #A76BDC
Black with #A76BDC
Text Example
Text Example
White with #A76BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76BDC; }
p { color: rgb(167,107,220); }
H1.HeaderClassName
{
color: #A76BDC;
}
.AnyTagClassName
{
color: #A76BDC;
}
</style>
background-color css
<style>
a { background-color: #A76BDC; }
a { background-color: rgb(167,107,220); }
div.DivClassName
{
background-color: #A76BDC;
}
.BgClassName
{
background-color: #A76BDC;
}
</style>
border-color css
<style>
span { border-color: #A76BDC; }
span { border-color: rgb(167,107,220); }
td.TdClassName
{
border-color: #A76BDC;
}
.TagClassName
{
border-color: #A76BDC;
}
</style>