Shades of Amethyst #AC70D5
Tints of Amethyst #AC70D5
RGB
CMYK
RGB Variations
Color information
#AC70D5 (or 0xAC70D5) is known color: Amethyst. HEX triplet: AC, 70 and D5. RGB value is (172,112,213). Sum of RGB (Red+Green+Blue) = 172+112+213=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC70D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D5 is #538F2A. Grayscale: #8D8D8D. Windows color (decimal): -5476139 or 13988012. OLE color: 13988012.
HSL color Cylindrical-coordinate representation of color #AC70D5: hue angle of 275.64º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC70D5 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 112 | 213 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.16 |
| HSL | 275.64º | 0.55% | 0.64% | - |
| HSV(B) | 275.64º | 0.47% | 0.84% | - |
| XYZ | 34.82 | 25.16 | 65.97 | - |
| YUV | 141.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 213 | 0.19 | 0.47 | 0 | 0.16 | 275.64 | 0.55 | 0.64 |
| Hex | AC | 70 | D5 | 13 | 2F | 0 | 10 | 114 | 37 | 40 |
| Octal | 254 | 160 | 325 | 23 | 57 | 0 | 20 | 424 | 67 | 100 |
| Binary | 10101100 | 1110000 | 11010101 | 10011 | 101111 | 0 | 10000 | 100010100 | 110111 | 1000000 |
Color Harmonies of #AC70D5
Complementary color
Monochromatic Colors of #AC70D5
Black with #AC70D5
Text Example
Text Example
White with #AC70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70D5; }
p { color: rgb(172,112,213); }
H1.HeaderClassName
{
color: #AC70D5;
}
.AnyTagClassName
{
color: #AC70D5;
}
</style>
background-color css
<style>
a { background-color: #AC70D5; }
a { background-color: rgb(172,112,213); }
div.DivClassName
{
background-color: #AC70D5;
}
.BgClassName
{
background-color: #AC70D5;
}
</style>
border-color css
<style>
span { border-color: #AC70D5; }
span { border-color: rgb(172,112,213); }
td.TdClassName
{
border-color: #AC70D5;
}
.TagClassName
{
border-color: #AC70D5;
}
</style>