Shades of Medium Purple #AC70E9
Tints of Medium Purple #AC70E9
RGB
CMYK
RGB Variations
Color information
#AC70E9 (or 0xAC70E9) is known color: Medium Purple. HEX triplet: AC, 70 and E9. RGB value is (172,112,233). Sum of RGB (Red+Green+Blue) = 172+112+233=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC70E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70E9 is #538F16. Grayscale: #8F8F8F. Windows color (decimal): -5476119 or 15298732. OLE color: 15298732.
HSL color Cylindrical-coordinate representation of color #AC70E9: hue angle of 269.75º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC70E9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 112 | 233 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.09 |
| HSL | 269.75º | 0.73% | 0.68% | - |
| HSV(B) | 269.75º | 0.52% | 0.91% | - |
| XYZ | 37.52 | 26.24 | 80.18 | - |
| YUV | 143.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 233 | 0.26 | 0.52 | 0 | 0.09 | 269.75 | 0.73 | 0.68 |
| Hex | AC | 70 | E9 | 1A | 34 | 0 | 9 | 10E | 49 | 44 |
| Octal | 254 | 160 | 351 | 32 | 64 | 0 | 11 | 416 | 111 | 104 |
| Binary | 10101100 | 1110000 | 11101001 | 11010 | 110100 | 0 | 1001 | 100001110 | 1001001 | 1000100 |
Color Harmonies of #AC70E9
Complementary color
Monochromatic Colors of #AC70E9
Black with #AC70E9
Text Example
Text Example
White with #AC70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70E9; }
p { color: rgb(172,112,233); }
H1.HeaderClassName
{
color: #AC70E9;
}
.AnyTagClassName
{
color: #AC70E9;
}
</style>
background-color css
<style>
a { background-color: #AC70E9; }
a { background-color: rgb(172,112,233); }
div.DivClassName
{
background-color: #AC70E9;
}
.BgClassName
{
background-color: #AC70E9;
}
</style>
border-color css
<style>
span { border-color: #AC70E9; }
span { border-color: rgb(172,112,233); }
td.TdClassName
{
border-color: #AC70E9;
}
.TagClassName
{
border-color: #AC70E9;
}
</style>