Shades of Amethyst #A76CDB
Tints of Amethyst #A76CDB
RGB
CMYK
RGB Variations
Color information
#A76CDB (or 0xA76CDB) is known color: Amethyst. HEX triplet: A7, 6C and DB. RGB value is (167,108,219). Sum of RGB (Red+Green+Blue) = 167+108+219=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #A76CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CDB is #589324. Grayscale: #898989. Windows color (decimal): -5804837 or 14380199. OLE color: 14380199.
HSL color Cylindrical-coordinate representation of color #A76CDB: hue angle of 271.89º degrees, saturation: 0.61, 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 #A76CDB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 108 | 219 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.14 |
| HSL | 271.89º | 0.61% | 0.64% | - |
| HSV(B) | 271.89º | 0.51% | 0.86% | - |
| XYZ | 34.09 | 24.06 | 69.86 | - |
| YUV | 138.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 219 | 0.24 | 0.51 | 0 | 0.14 | 271.89 | 0.61 | 0.64 |
| Hex | A7 | 6C | DB | 18 | 33 | 0 | E | 110 | 3D | 40 |
| Octal | 247 | 154 | 333 | 30 | 63 | 0 | 16 | 420 | 75 | 100 |
| Binary | 10100111 | 1101100 | 11011011 | 11000 | 110011 | 0 | 1110 | 100010000 | 111101 | 1000000 |
Color Harmonies of #A76CDB
Complementary color
Monochromatic Colors of #A76CDB
Black with #A76CDB
Text Example
Text Example
White with #A76CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CDB; }
p { color: rgb(167,108,219); }
H1.HeaderClassName
{
color: #A76CDB;
}
.AnyTagClassName
{
color: #A76CDB;
}
</style>
background-color css
<style>
a { background-color: #A76CDB; }
a { background-color: rgb(167,108,219); }
div.DivClassName
{
background-color: #A76CDB;
}
.BgClassName
{
background-color: #A76CDB;
}
</style>
border-color css
<style>
span { border-color: #A76CDB; }
span { border-color: rgb(167,108,219); }
td.TdClassName
{
border-color: #A76CDB;
}
.TagClassName
{
border-color: #A76CDB;
}
</style>