Shades of Amethyst #AC74DC
Tints of Amethyst #AC74DC
RGB
CMYK
RGB Variations
Color information
#AC74DC (or 0xAC74DC) is known color: Amethyst. HEX triplet: AC, 74 and DC. RGB value is (172,116,220). Sum of RGB (Red+Green+Blue) = 172+116+220=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74DC is #538B23. Grayscale: #909090. Windows color (decimal): -5475108 or 14447788. OLE color: 14447788.
HSL color Cylindrical-coordinate representation of color #AC74DC: hue angle of 272.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC74DC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 116 | 220 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.14 |
| HSL | 272.31º | 0.6% | 0.66% | - |
| HSV(B) | 272.31º | 0.47% | 0.86% | - |
| XYZ | 36.18 | 26.43 | 70.9 | - |
| YUV | 144.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 220 | 0.22 | 0.47 | 0 | 0.14 | 272.31 | 0.6 | 0.66 |
| Hex | AC | 74 | DC | 16 | 2F | 0 | E | 110 | 3C | 42 |
| Octal | 254 | 164 | 334 | 26 | 57 | 0 | 16 | 420 | 74 | 102 |
| Binary | 10101100 | 1110100 | 11011100 | 10110 | 101111 | 0 | 1110 | 100010000 | 111100 | 1000010 |
Color Harmonies of #AC74DC
Complementary color
Monochromatic Colors of #AC74DC
Black with #AC74DC
Text Example
Text Example
White with #AC74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74DC; }
p { color: rgb(172,116,220); }
H1.HeaderClassName
{
color: #AC74DC;
}
.AnyTagClassName
{
color: #AC74DC;
}
</style>
background-color css
<style>
a { background-color: #AC74DC; }
a { background-color: rgb(172,116,220); }
div.DivClassName
{
background-color: #AC74DC;
}
.BgClassName
{
background-color: #AC74DC;
}
</style>
border-color css
<style>
span { border-color: #AC74DC; }
span { border-color: rgb(172,116,220); }
td.TdClassName
{
border-color: #AC74DC;
}
.TagClassName
{
border-color: #AC74DC;
}
</style>