Shades of Medium Purple #AC81EE
Tints of Medium Purple #AC81EE
RGB
CMYK
RGB Variations
Color information
#AC81EE (or 0xAC81EE) is known color: Medium Purple. HEX triplet: AC, 81 and EE. RGB value is (172,129,238). Sum of RGB (Red+Green+Blue) = 172+129+238=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81EE is #537E11. Grayscale: #999999. Windows color (decimal): -5471762 or 15630764. OLE color: 15630764.
HSL color Cylindrical-coordinate representation of color #AC81EE: hue angle of 263.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC81EE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 129 | 238 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.07 |
| HSL | 263.67º | 0.76% | 0.72% | - |
| HSV(B) | 263.67º | 0.46% | 0.93% | - |
| XYZ | 40.3 | 30.64 | 84.68 | - |
| YUV | 154.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 238 | 0.28 | 0.46 | 0 | 0.07 | 263.67 | 0.76 | 0.72 |
| Hex | AC | 81 | EE | 1C | 2E | 0 | 7 | 108 | 4C | 48 |
| Octal | 254 | 201 | 356 | 34 | 56 | 0 | 7 | 410 | 114 | 110 |
| Binary | 10101100 | 10000001 | 11101110 | 11100 | 101110 | 0 | 111 | 100001000 | 1001100 | 1001000 |
Color Harmonies of #AC81EE
Complementary color
Monochromatic Colors of #AC81EE
Black with #AC81EE
Text Example
Text Example
White with #AC81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81EE; }
p { color: rgb(172,129,238); }
H1.HeaderClassName
{
color: #AC81EE;
}
.AnyTagClassName
{
color: #AC81EE;
}
</style>
background-color css
<style>
a { background-color: #AC81EE; }
a { background-color: rgb(172,129,238); }
div.DivClassName
{
background-color: #AC81EE;
}
.BgClassName
{
background-color: #AC81EE;
}
</style>
border-color css
<style>
span { border-color: #AC81EE; }
span { border-color: rgb(172,129,238); }
td.TdClassName
{
border-color: #AC81EE;
}
.TagClassName
{
border-color: #AC81EE;
}
</style>