Shades of Amethyst #AC70C9
Tints of Amethyst #AC70C9
RGB
CMYK
RGB Variations
Color information
#AC70C9 (or 0xAC70C9) is known color: Amethyst. HEX triplet: AC, 70 and C9. RGB value is (172,112,201). Sum of RGB (Red+Green+Blue) = 172+112+201=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC70C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70C9 is #538F36. Grayscale: #8B8B8B. Windows color (decimal): -5476151 or 13201580. OLE color: 13201580.
HSL color Cylindrical-coordinate representation of color #AC70C9: hue angle of 280.45º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC70C9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 112 | 201 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.21 |
| HSL | 280.45º | 0.45% | 0.61% | - |
| HSV(B) | 280.45º | 0.44% | 0.79% | - |
| XYZ | 33.35 | 24.58 | 58.24 | - |
| YUV | 140.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 201 | 0.14 | 0.44 | 0 | 0.21 | 280.45 | 0.45 | 0.61 |
| Hex | AC | 70 | C9 | E | 2C | 0 | 15 | 118 | 2D | 3D |
| Octal | 254 | 160 | 311 | 16 | 54 | 0 | 25 | 430 | 55 | 75 |
| Binary | 10101100 | 1110000 | 11001001 | 1110 | 101100 | 0 | 10101 | 100011000 | 101101 | 111101 |
Color Harmonies of #AC70C9
Complementary color
Monochromatic Colors of #AC70C9
Black with #AC70C9
Text Example
Text Example
White with #AC70C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70C9; }
p { color: rgb(172,112,201); }
H1.HeaderClassName
{
color: #AC70C9;
}
.AnyTagClassName
{
color: #AC70C9;
}
</style>
background-color css
<style>
a { background-color: #AC70C9; }
a { background-color: rgb(172,112,201); }
div.DivClassName
{
background-color: #AC70C9;
}
.BgClassName
{
background-color: #AC70C9;
}
</style>
border-color css
<style>
span { border-color: #AC70C9; }
span { border-color: rgb(172,112,201); }
td.TdClassName
{
border-color: #AC70C9;
}
.TagClassName
{
border-color: #AC70C9;
}
</style>