Shades of Medium Purple #AC77EE
Tints of Medium Purple #AC77EE
RGB
CMYK
RGB Variations
Color information
#AC77EE (or 0xAC77EE) is known color: Medium Purple. HEX triplet: AC, 77 and EE. RGB value is (172,119,238). Sum of RGB (Red+Green+Blue) = 172+119+238=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC77EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC77EE is #538811. Grayscale: #939393. Windows color (decimal): -5474322 or 15628204. OLE color: 15628204.
HSL color Cylindrical-coordinate representation of color #AC77EE: hue angle of 266.72º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC77EE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 119 | 238 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.07 |
| HSL | 266.72º | 0.78% | 0.7% | - |
| HSV(B) | 266.72º | 0.5% | 0.93% | - |
| XYZ | 39.04 | 28.14 | 84.26 | - |
| YUV | 148.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 238 | 0.28 | 0.50 | 0 | 0.07 | 266.72 | 0.78 | 0.7 |
| Hex | AC | 77 | EE | 1C | 32 | 0 | 7 | 10B | 4E | 46 |
| Octal | 254 | 167 | 356 | 34 | 62 | 0 | 7 | 413 | 116 | 106 |
| Binary | 10101100 | 1110111 | 11101110 | 11100 | 110010 | 0 | 111 | 100001011 | 1001110 | 1000110 |
Color Harmonies of #AC77EE
Complementary color
Monochromatic Colors of #AC77EE
Black with #AC77EE
Text Example
Text Example
White with #AC77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77EE; }
p { color: rgb(172,119,238); }
H1.HeaderClassName
{
color: #AC77EE;
}
.AnyTagClassName
{
color: #AC77EE;
}
</style>
background-color css
<style>
a { background-color: #AC77EE; }
a { background-color: rgb(172,119,238); }
div.DivClassName
{
background-color: #AC77EE;
}
.BgClassName
{
background-color: #AC77EE;
}
</style>
border-color css
<style>
span { border-color: #AC77EE; }
span { border-color: rgb(172,119,238); }
td.TdClassName
{
border-color: #AC77EE;
}
.TagClassName
{
border-color: #AC77EE;
}
</style>