Shades of Medium Purple #AC77E0
Tints of Medium Purple #AC77E0
RGB
CMYK
RGB Variations
Color information
#AC77E0 (or 0xAC77E0) is known color: Medium Purple. HEX triplet: AC, 77 and E0. RGB value is (172,119,224). Sum of RGB (Red+Green+Blue) = 172+119+224=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC77E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77E0 is #53881F. Grayscale: #929292. Windows color (decimal): -5474336 or 14710700. OLE color: 14710700.
HSL color Cylindrical-coordinate representation of color #AC77E0: hue angle of 270.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC77E0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 119 | 224 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.12 |
| HSL | 270.29º | 0.63% | 0.67% | - |
| HSV(B) | 270.29º | 0.47% | 0.88% | - |
| XYZ | 37.06 | 27.35 | 73.85 | - |
| YUV | 146.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 224 | 0.23 | 0.47 | 0 | 0.12 | 270.29 | 0.63 | 0.67 |
| Hex | AC | 77 | E0 | 17 | 2F | 0 | C | 10E | 3F | 43 |
| Octal | 254 | 167 | 340 | 27 | 57 | 0 | 14 | 416 | 77 | 103 |
| Binary | 10101100 | 1110111 | 11100000 | 10111 | 101111 | 0 | 1100 | 100001110 | 111111 | 1000011 |
Color Harmonies of #AC77E0
Complementary color
Monochromatic Colors of #AC77E0
Black with #AC77E0
Text Example
Text Example
White with #AC77E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77E0; }
p { color: rgb(172,119,224); }
H1.HeaderClassName
{
color: #AC77E0;
}
.AnyTagClassName
{
color: #AC77E0;
}
</style>
background-color css
<style>
a { background-color: #AC77E0; }
a { background-color: rgb(172,119,224); }
div.DivClassName
{
background-color: #AC77E0;
}
.BgClassName
{
background-color: #AC77E0;
}
</style>
border-color css
<style>
span { border-color: #AC77E0; }
span { border-color: rgb(172,119,224); }
td.TdClassName
{
border-color: #AC77E0;
}
.TagClassName
{
border-color: #AC77E0;
}
</style>