Shades of Amethyst #AC70D3
Tints of Amethyst #AC70D3
RGB
CMYK
RGB Variations
Color information
#AC70D3 (or 0xAC70D3) is known color: Amethyst. HEX triplet: AC, 70 and D3. RGB value is (172,112,211). Sum of RGB (Red+Green+Blue) = 172+112+211=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC70D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70D3 is #538F2C. Grayscale: #8C8C8C. Windows color (decimal): -5476141 or 13856940. OLE color: 13856940.
HSL color Cylindrical-coordinate representation of color #AC70D3: hue angle of 276.36º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC70D3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 112 | 211 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.17 |
| HSL | 276.36º | 0.53% | 0.63% | - |
| HSV(B) | 276.36º | 0.47% | 0.83% | - |
| XYZ | 34.57 | 25.06 | 64.64 | - |
| YUV | 141.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 211 | 0.18 | 0.47 | 0 | 0.17 | 276.36 | 0.53 | 0.63 |
| Hex | AC | 70 | D3 | 12 | 2F | 0 | 11 | 114 | 35 | 3F |
| Octal | 254 | 160 | 323 | 22 | 57 | 0 | 21 | 424 | 65 | 77 |
| Binary | 10101100 | 1110000 | 11010011 | 10010 | 101111 | 0 | 10001 | 100010100 | 110101 | 111111 |
Color Harmonies of #AC70D3
Complementary color
Monochromatic Colors of #AC70D3
Black with #AC70D3
Text Example
Text Example
White with #AC70D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70D3; }
p { color: rgb(172,112,211); }
H1.HeaderClassName
{
color: #AC70D3;
}
.AnyTagClassName
{
color: #AC70D3;
}
</style>
background-color css
<style>
a { background-color: #AC70D3; }
a { background-color: rgb(172,112,211); }
div.DivClassName
{
background-color: #AC70D3;
}
.BgClassName
{
background-color: #AC70D3;
}
</style>
border-color css
<style>
span { border-color: #AC70D3; }
span { border-color: rgb(172,112,211); }
td.TdClassName
{
border-color: #AC70D3;
}
.TagClassName
{
border-color: #AC70D3;
}
</style>