Shades of Amethyst #A76FDB
Tints of Amethyst #A76FDB
RGB
CMYK
RGB Variations
Color information
#A76FDB (or 0xA76FDB) is known color: Amethyst. HEX triplet: A7, 6F and DB. RGB value is (167,111,219). Sum of RGB (Red+Green+Blue) = 167+111+219=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #A76FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDB is #589024. Grayscale: #8B8B8B. Windows color (decimal): -5804069 or 14380967. OLE color: 14380967.
HSL color Cylindrical-coordinate representation of color #A76FDB: hue angle of 271.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76FDB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 111 | 219 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.14 |
| HSL | 271.11º | 0.6% | 0.65% | - |
| HSV(B) | 271.11º | 0.49% | 0.86% | - |
| XYZ | 34.41 | 24.7 | 69.97 | - |
| YUV | 140.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 219 | 0.24 | 0.49 | 0 | 0.14 | 271.11 | 0.6 | 0.65 |
| Hex | A7 | 6F | DB | 18 | 31 | 0 | E | 10F | 3C | 41 |
| Octal | 247 | 157 | 333 | 30 | 61 | 0 | 16 | 417 | 74 | 101 |
| Binary | 10100111 | 1101111 | 11011011 | 11000 | 110001 | 0 | 1110 | 100001111 | 111100 | 1000001 |
Color Harmonies of #A76FDB
Complementary color
Monochromatic Colors of #A76FDB
Black with #A76FDB
Text Example
Text Example
White with #A76FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FDB; }
p { color: rgb(167,111,219); }
H1.HeaderClassName
{
color: #A76FDB;
}
.AnyTagClassName
{
color: #A76FDB;
}
</style>
background-color css
<style>
a { background-color: #A76FDB; }
a { background-color: rgb(167,111,219); }
div.DivClassName
{
background-color: #A76FDB;
}
.BgClassName
{
background-color: #A76FDB;
}
</style>
border-color css
<style>
span { border-color: #A76FDB; }
span { border-color: rgb(167,111,219); }
td.TdClassName
{
border-color: #A76FDB;
}
.TagClassName
{
border-color: #A76FDB;
}
</style>