Shades of Medium Purple #AC80EC
Tints of Medium Purple #AC80EC
RGB
CMYK
RGB Variations
Color information
#AC80EC (or 0xAC80EC) is known color: Medium Purple. HEX triplet: AC, 80 and EC. RGB value is (172,128,236). Sum of RGB (Red+Green+Blue) = 172+128+236=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80EC is #537F13. Grayscale: #999999. Windows color (decimal): -5472020 or 15499436. OLE color: 15499436.
HSL color Cylindrical-coordinate representation of color #AC80EC: hue angle of 264.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC80EC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 128 | 236 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.07 |
| HSL | 264.44º | 0.74% | 0.71% | - |
| HSV(B) | 264.44º | 0.46% | 0.93% | - |
| XYZ | 39.87 | 30.27 | 83.1 | - |
| YUV | 153.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 236 | 0.27 | 0.46 | 0 | 0.07 | 264.44 | 0.74 | 0.71 |
| Hex | AC | 80 | EC | 1B | 2E | 0 | 7 | 108 | 4A | 47 |
| Octal | 254 | 200 | 354 | 33 | 56 | 0 | 7 | 410 | 112 | 107 |
| Binary | 10101100 | 10000000 | 11101100 | 11011 | 101110 | 0 | 111 | 100001000 | 1001010 | 1000111 |
Color Harmonies of #AC80EC
Complementary color
Monochromatic Colors of #AC80EC
Black with #AC80EC
Text Example
Text Example
White with #AC80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80EC; }
p { color: rgb(172,128,236); }
H1.HeaderClassName
{
color: #AC80EC;
}
.AnyTagClassName
{
color: #AC80EC;
}
</style>
background-color css
<style>
a { background-color: #AC80EC; }
a { background-color: rgb(172,128,236); }
div.DivClassName
{
background-color: #AC80EC;
}
.BgClassName
{
background-color: #AC80EC;
}
</style>
border-color css
<style>
span { border-color: #AC80EC; }
span { border-color: rgb(172,128,236); }
td.TdClassName
{
border-color: #AC80EC;
}
.TagClassName
{
border-color: #AC80EC;
}
</style>