Shades of Amethyst #AC72D0
Tints of Amethyst #AC72D0
RGB
CMYK
RGB Variations
Color information
#AC72D0 (or 0xAC72D0) is known color: Amethyst. HEX triplet: AC, 72 and D0. RGB value is (172,114,208). Sum of RGB (Red+Green+Blue) = 172+114+208=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC72D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72D0 is #538D2F. Grayscale: #8D8D8D. Windows color (decimal): -5475632 or 13660844. OLE color: 13660844.
HSL color Cylindrical-coordinate representation of color #AC72D0: hue angle of 277.02º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC72D0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 114 | 208 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.18 |
| HSL | 277.02º | 0.5% | 0.63% | - |
| HSV(B) | 277.02º | 0.45% | 0.82% | - |
| XYZ | 34.42 | 25.36 | 62.76 | - |
| YUV | 142.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 208 | 0.17 | 0.45 | 0 | 0.18 | 277.02 | 0.5 | 0.63 |
| Hex | AC | 72 | D0 | 11 | 2D | 0 | 12 | 115 | 32 | 3F |
| Octal | 254 | 162 | 320 | 21 | 55 | 0 | 22 | 425 | 62 | 77 |
| Binary | 10101100 | 1110010 | 11010000 | 10001 | 101101 | 0 | 10010 | 100010101 | 110010 | 111111 |
Color Harmonies of #AC72D0
Complementary color
Monochromatic Colors of #AC72D0
Black with #AC72D0
Text Example
Text Example
White with #AC72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72D0; }
p { color: rgb(172,114,208); }
H1.HeaderClassName
{
color: #AC72D0;
}
.AnyTagClassName
{
color: #AC72D0;
}
</style>
background-color css
<style>
a { background-color: #AC72D0; }
a { background-color: rgb(172,114,208); }
div.DivClassName
{
background-color: #AC72D0;
}
.BgClassName
{
background-color: #AC72D0;
}
</style>
border-color css
<style>
span { border-color: #AC72D0; }
span { border-color: rgb(172,114,208); }
td.TdClassName
{
border-color: #AC72D0;
}
.TagClassName
{
border-color: #AC72D0;
}
</style>