Shades of Medium Purple #AC77E5
Tints of Medium Purple #AC77E5
RGB
CMYK
RGB Variations
Color information
#AC77E5 (or 0xAC77E5) is known color: Medium Purple. HEX triplet: AC, 77 and E5. RGB value is (172,119,229). Sum of RGB (Red+Green+Blue) = 172+119+229=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC77E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77E5 is #53881A. Grayscale: #939393. Windows color (decimal): -5474331 or 15038380. OLE color: 15038380.
HSL color Cylindrical-coordinate representation of color #AC77E5: hue angle of 268.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC77E5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 119 | 229 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.10 |
| HSL | 268.91º | 0.68% | 0.68% | - |
| HSV(B) | 268.91º | 0.48% | 0.9% | - |
| XYZ | 37.75 | 27.62 | 77.47 | - |
| YUV | 147.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 229 | 0.25 | 0.48 | 0 | 0.10 | 268.91 | 0.68 | 0.68 |
| Hex | AC | 77 | E5 | 19 | 30 | 0 | A | 10D | 44 | 44 |
| Octal | 254 | 167 | 345 | 31 | 60 | 0 | 12 | 415 | 104 | 104 |
| Binary | 10101100 | 1110111 | 11100101 | 11001 | 110000 | 0 | 1010 | 100001101 | 1000100 | 1000100 |
Color Harmonies of #AC77E5
Complementary color
Monochromatic Colors of #AC77E5
Black with #AC77E5
Text Example
Text Example
White with #AC77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77E5; }
p { color: rgb(172,119,229); }
H1.HeaderClassName
{
color: #AC77E5;
}
.AnyTagClassName
{
color: #AC77E5;
}
</style>
background-color css
<style>
a { background-color: #AC77E5; }
a { background-color: rgb(172,119,229); }
div.DivClassName
{
background-color: #AC77E5;
}
.BgClassName
{
background-color: #AC77E5;
}
</style>
border-color css
<style>
span { border-color: #AC77E5; }
span { border-color: rgb(172,119,229); }
td.TdClassName
{
border-color: #AC77E5;
}
.TagClassName
{
border-color: #AC77E5;
}
</style>