Shades of Amethyst #AC73CC
Tints of Amethyst #AC73CC
RGB
CMYK
RGB Variations
Color information
#AC73CC (or 0xAC73CC) is known color: Amethyst. HEX triplet: AC, 73 and CC. RGB value is (172,115,204). Sum of RGB (Red+Green+Blue) = 172+115+204=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73CC is #538C33. Grayscale: #8D8D8D. Windows color (decimal): -5475380 or 13398956. OLE color: 13398956.
HSL color Cylindrical-coordinate representation of color #AC73CC: hue angle of 278.43º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC73CC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 115 | 204 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.2 |
| HSL | 278.43º | 0.47% | 0.63% | - |
| HSV(B) | 278.43º | 0.44% | 0.8% | - |
| XYZ | 34.04 | 25.39 | 60.23 | - |
| YUV | 142.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 204 | 0.16 | 0.44 | 0 | 0.2 | 278.43 | 0.47 | 0.63 |
| Hex | AC | 73 | CC | 10 | 2C | 0 | 14 | 116 | 2F | 3F |
| Octal | 254 | 163 | 314 | 20 | 54 | 0 | 24 | 426 | 57 | 77 |
| Binary | 10101100 | 1110011 | 11001100 | 10000 | 101100 | 0 | 10100 | 100010110 | 101111 | 111111 |
Color Harmonies of #AC73CC
Complementary color
Monochromatic Colors of #AC73CC
Black with #AC73CC
Text Example
Text Example
White with #AC73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73CC; }
p { color: rgb(172,115,204); }
H1.HeaderClassName
{
color: #AC73CC;
}
.AnyTagClassName
{
color: #AC73CC;
}
</style>
background-color css
<style>
a { background-color: #AC73CC; }
a { background-color: rgb(172,115,204); }
div.DivClassName
{
background-color: #AC73CC;
}
.BgClassName
{
background-color: #AC73CC;
}
</style>
border-color css
<style>
span { border-color: #AC73CC; }
span { border-color: rgb(172,115,204); }
td.TdClassName
{
border-color: #AC73CC;
}
.TagClassName
{
border-color: #AC73CC;
}
</style>