Shades of Medium Purple #AC70E7
Tints of Medium Purple #AC70E7
RGB
CMYK
RGB Variations
Color information
#AC70E7 (or 0xAC70E7) is known color: Medium Purple. HEX triplet: AC, 70 and E7. RGB value is (172,112,231). Sum of RGB (Red+Green+Blue) = 172+112+231=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC70E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70E7 is #538F18. Grayscale: #8F8F8F. Windows color (decimal): -5476121 or 15167660. OLE color: 15167660.
HSL color Cylindrical-coordinate representation of color #AC70E7: hue angle of 270.25º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC70E7 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 112 | 231 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.09 |
| HSL | 270.25º | 0.71% | 0.67% | - |
| HSV(B) | 270.25º | 0.52% | 0.91% | - |
| XYZ | 37.23 | 26.13 | 78.68 | - |
| YUV | 143.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 231 | 0.26 | 0.52 | 0 | 0.09 | 270.25 | 0.71 | 0.67 |
| Hex | AC | 70 | E7 | 1A | 34 | 0 | 9 | 10E | 47 | 43 |
| Octal | 254 | 160 | 347 | 32 | 64 | 0 | 11 | 416 | 107 | 103 |
| Binary | 10101100 | 1110000 | 11100111 | 11010 | 110100 | 0 | 1001 | 100001110 | 1000111 | 1000011 |
Color Harmonies of #AC70E7
Complementary color
Monochromatic Colors of #AC70E7
Black with #AC70E7
Text Example
Text Example
White with #AC70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70E7; }
p { color: rgb(172,112,231); }
H1.HeaderClassName
{
color: #AC70E7;
}
.AnyTagClassName
{
color: #AC70E7;
}
</style>
background-color css
<style>
a { background-color: #AC70E7; }
a { background-color: rgb(172,112,231); }
div.DivClassName
{
background-color: #AC70E7;
}
.BgClassName
{
background-color: #AC70E7;
}
</style>
border-color css
<style>
span { border-color: #AC70E7; }
span { border-color: rgb(172,112,231); }
td.TdClassName
{
border-color: #AC70E7;
}
.TagClassName
{
border-color: #AC70E7;
}
</style>