Shades of Medium Purple #AC81EF
Tints of Medium Purple #AC81EF
RGB
CMYK
RGB Variations
Color information
#AC81EF (or 0xAC81EF) is known color: Medium Purple. HEX triplet: AC, 81 and EF. RGB value is (172,129,239). Sum of RGB (Red+Green+Blue) = 172+129+239=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81EF is #537E10. Grayscale: #9A9A9A. Windows color (decimal): -5471761 or 15696300. OLE color: 15696300.
HSL color Cylindrical-coordinate representation of color #AC81EF: hue angle of 263.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC81EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 129 | 239 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.06 |
| HSL | 263.45º | 0.77% | 0.72% | - |
| HSV(B) | 263.45º | 0.46% | 0.94% | - |
| XYZ | 40.44 | 30.7 | 85.46 | - |
| YUV | 154.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 239 | 0.28 | 0.46 | 0 | 0.06 | 263.45 | 0.77 | 0.72 |
| Hex | AC | 81 | EF | 1C | 2E | 0 | 6 | 107 | 4D | 48 |
| Octal | 254 | 201 | 357 | 34 | 56 | 0 | 6 | 407 | 115 | 110 |
| Binary | 10101100 | 10000001 | 11101111 | 11100 | 101110 | 0 | 110 | 100000111 | 1001101 | 1001000 |
Color Harmonies of #AC81EF
Complementary color
Monochromatic Colors of #AC81EF
Black with #AC81EF
Text Example
Text Example
White with #AC81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81EF; }
p { color: rgb(172,129,239); }
H1.HeaderClassName
{
color: #AC81EF;
}
.AnyTagClassName
{
color: #AC81EF;
}
</style>
background-color css
<style>
a { background-color: #AC81EF; }
a { background-color: rgb(172,129,239); }
div.DivClassName
{
background-color: #AC81EF;
}
.BgClassName
{
background-color: #AC81EF;
}
</style>
border-color css
<style>
span { border-color: #AC81EF; }
span { border-color: rgb(172,129,239); }
td.TdClassName
{
border-color: #AC81EF;
}
.TagClassName
{
border-color: #AC81EF;
}
</style>