Shades of Medium Purple #AC70ED
Tints of Medium Purple #AC70ED
RGB
CMYK
RGB Variations
Color information
#AC70ED (or 0xAC70ED) is known color: Medium Purple. HEX triplet: AC, 70 and ED. RGB value is (172,112,237). Sum of RGB (Red+Green+Blue) = 172+112+237=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70ED is #538F12. Grayscale: #8F8F8F. Windows color (decimal): -5476115 or 15560876. OLE color: 15560876.
HSL color Cylindrical-coordinate representation of color #AC70ED: hue angle of 268.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC70ED is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 112 | 237 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.07 |
| HSL | 268.8º | 0.78% | 0.68% | - |
| HSV(B) | 268.8º | 0.53% | 0.93% | - |
| XYZ | 38.09 | 26.47 | 83.22 | - |
| YUV | 144.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 237 | 0.27 | 0.53 | 0 | 0.07 | 268.8 | 0.78 | 0.68 |
| Hex | AC | 70 | ED | 1B | 35 | 0 | 7 | 10D | 4E | 44 |
| Octal | 254 | 160 | 355 | 33 | 65 | 0 | 7 | 415 | 116 | 104 |
| Binary | 10101100 | 1110000 | 11101101 | 11011 | 110101 | 0 | 111 | 100001101 | 1001110 | 1000100 |
Color Harmonies of #AC70ED
Complementary color
Monochromatic Colors of #AC70ED
Black with #AC70ED
Text Example
Text Example
White with #AC70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70ED; }
p { color: rgb(172,112,237); }
H1.HeaderClassName
{
color: #AC70ED;
}
.AnyTagClassName
{
color: #AC70ED;
}
</style>
background-color css
<style>
a { background-color: #AC70ED; }
a { background-color: rgb(172,112,237); }
div.DivClassName
{
background-color: #AC70ED;
}
.BgClassName
{
background-color: #AC70ED;
}
</style>
border-color css
<style>
span { border-color: #AC70ED; }
span { border-color: rgb(172,112,237); }
td.TdClassName
{
border-color: #AC70ED;
}
.TagClassName
{
border-color: #AC70ED;
}
</style>