Shades of Amethyst #AC79DB
Tints of Amethyst #AC79DB
RGB
CMYK
RGB Variations
Color information
#AC79DB (or 0xAC79DB) is known color: Amethyst. HEX triplet: AC, 79 and DB. RGB value is (172,121,219). Sum of RGB (Red+Green+Blue) = 172+121+219=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC79DB is #538624. Grayscale: #939393. Windows color (decimal): -5473829 or 14383532. OLE color: 14383532.
HSL color Cylindrical-coordinate representation of color #AC79DB: hue angle of 271.22º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC79DB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 121 | 219 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.14 |
| HSL | 271.22º | 0.58% | 0.67% | - |
| HSV(B) | 271.22º | 0.45% | 0.86% | - |
| XYZ | 36.64 | 27.56 | 70.41 | - |
| YUV | 147.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 219 | 0.21 | 0.45 | 0 | 0.14 | 271.22 | 0.58 | 0.67 |
| Hex | AC | 79 | DB | 15 | 2D | 0 | E | 10F | 3A | 43 |
| Octal | 254 | 171 | 333 | 25 | 55 | 0 | 16 | 417 | 72 | 103 |
| Binary | 10101100 | 1111001 | 11011011 | 10101 | 101101 | 0 | 1110 | 100001111 | 111010 | 1000011 |
Color Harmonies of #AC79DB
Complementary color
Monochromatic Colors of #AC79DB
Black with #AC79DB
Text Example
Text Example
White with #AC79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC79DB; }
p { color: rgb(172,121,219); }
H1.HeaderClassName
{
color: #AC79DB;
}
.AnyTagClassName
{
color: #AC79DB;
}
</style>
background-color css
<style>
a { background-color: #AC79DB; }
a { background-color: rgb(172,121,219); }
div.DivClassName
{
background-color: #AC79DB;
}
.BgClassName
{
background-color: #AC79DB;
}
</style>
border-color css
<style>
span { border-color: #AC79DB; }
span { border-color: rgb(172,121,219); }
td.TdClassName
{
border-color: #AC79DB;
}
.TagClassName
{
border-color: #AC79DB;
}
</style>