Shades of Amethyst #AC78DC
Tints of Amethyst #AC78DC
RGB
CMYK
RGB Variations
Color information
#AC78DC (or 0xAC78DC) is known color: Amethyst. HEX triplet: AC, 78 and DC. RGB value is (172,120,220). Sum of RGB (Red+Green+Blue) = 172+120+220=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78DC is #538723. Grayscale: #929292. Windows color (decimal): -5474084 or 14448812. OLE color: 14448812.
HSL color Cylindrical-coordinate representation of color #AC78DC: hue angle of 271.2º degrees, saturation: 0.59, 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 #AC78DC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 120 | 220 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.14 |
| HSL | 271.2º | 0.59% | 0.67% | - |
| HSV(B) | 271.2º | 0.45% | 0.86% | - |
| XYZ | 36.65 | 27.37 | 71.06 | - |
| YUV | 146.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 220 | 0.22 | 0.45 | 0 | 0.14 | 271.2 | 0.59 | 0.67 |
| Hex | AC | 78 | DC | 16 | 2D | 0 | E | 10F | 3B | 43 |
| Octal | 254 | 170 | 334 | 26 | 55 | 0 | 16 | 417 | 73 | 103 |
| Binary | 10101100 | 1111000 | 11011100 | 10110 | 101101 | 0 | 1110 | 100001111 | 111011 | 1000011 |
Color Harmonies of #AC78DC
Complementary color
Monochromatic Colors of #AC78DC
Black with #AC78DC
Text Example
Text Example
White with #AC78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC78DC; }
p { color: rgb(172,120,220); }
H1.HeaderClassName
{
color: #AC78DC;
}
.AnyTagClassName
{
color: #AC78DC;
}
</style>
background-color css
<style>
a { background-color: #AC78DC; }
a { background-color: rgb(172,120,220); }
div.DivClassName
{
background-color: #AC78DC;
}
.BgClassName
{
background-color: #AC78DC;
}
</style>
border-color css
<style>
span { border-color: #AC78DC; }
span { border-color: rgb(172,120,220); }
td.TdClassName
{
border-color: #AC78DC;
}
.TagClassName
{
border-color: #AC78DC;
}
</style>