Shades of Amethyst #AC76DB
Tints of Amethyst #AC76DB
RGB
CMYK
RGB Variations
Color information
#AC76DB (or 0xAC76DB) is known color: Amethyst. HEX triplet: AC, 76 and DB. RGB value is (172,118,219). Sum of RGB (Red+Green+Blue) = 172+118+219=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76DB is #538924. Grayscale: #919191. Windows color (decimal): -5474597 or 14382764. OLE color: 14382764.
HSL color Cylindrical-coordinate representation of color #AC76DB: hue angle of 272.08º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC76DB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 118 | 219 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.14 |
| HSL | 272.08º | 0.58% | 0.66% | - |
| HSV(B) | 272.08º | 0.46% | 0.86% | - |
| XYZ | 36.28 | 26.84 | 70.29 | - |
| YUV | 145.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 219 | 0.21 | 0.46 | 0 | 0.14 | 272.08 | 0.58 | 0.66 |
| Hex | AC | 76 | DB | 15 | 2E | 0 | E | 110 | 3A | 42 |
| Octal | 254 | 166 | 333 | 25 | 56 | 0 | 16 | 420 | 72 | 102 |
| Binary | 10101100 | 1110110 | 11011011 | 10101 | 101110 | 0 | 1110 | 100010000 | 111010 | 1000010 |
Color Harmonies of #AC76DB
Complementary color
Monochromatic Colors of #AC76DB
Black with #AC76DB
Text Example
Text Example
White with #AC76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76DB; }
p { color: rgb(172,118,219); }
H1.HeaderClassName
{
color: #AC76DB;
}
.AnyTagClassName
{
color: #AC76DB;
}
</style>
background-color css
<style>
a { background-color: #AC76DB; }
a { background-color: rgb(172,118,219); }
div.DivClassName
{
background-color: #AC76DB;
}
.BgClassName
{
background-color: #AC76DB;
}
</style>
border-color css
<style>
span { border-color: #AC76DB; }
span { border-color: rgb(172,118,219); }
td.TdClassName
{
border-color: #AC76DB;
}
.TagClassName
{
border-color: #AC76DB;
}
</style>