Shades of Medium Purple #AC80EA
Tints of Medium Purple #AC80EA
RGB
CMYK
RGB Variations
Color information
#AC80EA (or 0xAC80EA) is known color: Medium Purple. HEX triplet: AC, 80 and EA. RGB value is (172,128,234). Sum of RGB (Red+Green+Blue) = 172+128+234=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC80EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80EA is #537F15. Grayscale: #989898. Windows color (decimal): -5472022 or 15368364. OLE color: 15368364.
HSL color Cylindrical-coordinate representation of color #AC80EA: hue angle of 264.91º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC80EA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 128 | 234 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.08 |
| HSL | 264.91º | 0.72% | 0.71% | - |
| HSV(B) | 264.91º | 0.45% | 0.92% | - |
| XYZ | 39.58 | 30.15 | 81.58 | - |
| YUV | 153.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 234 | 0.26 | 0.45 | 0 | 0.08 | 264.91 | 0.72 | 0.71 |
| Hex | AC | 80 | EA | 1A | 2D | 0 | 8 | 109 | 48 | 47 |
| Octal | 254 | 200 | 352 | 32 | 55 | 0 | 10 | 411 | 110 | 107 |
| Binary | 10101100 | 10000000 | 11101010 | 11010 | 101101 | 0 | 1000 | 100001001 | 1001000 | 1000111 |
Color Harmonies of #AC80EA
Complementary color
Monochromatic Colors of #AC80EA
Black with #AC80EA
Text Example
Text Example
White with #AC80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80EA; }
p { color: rgb(172,128,234); }
H1.HeaderClassName
{
color: #AC80EA;
}
.AnyTagClassName
{
color: #AC80EA;
}
</style>
background-color css
<style>
a { background-color: #AC80EA; }
a { background-color: rgb(172,128,234); }
div.DivClassName
{
background-color: #AC80EA;
}
.BgClassName
{
background-color: #AC80EA;
}
</style>
border-color css
<style>
span { border-color: #AC80EA; }
span { border-color: rgb(172,128,234); }
td.TdClassName
{
border-color: #AC80EA;
}
.TagClassName
{
border-color: #AC80EA;
}
</style>