Shades of Medium Purple #AC77E1
Tints of Medium Purple #AC77E1
RGB
CMYK
RGB Variations
Color information
#AC77E1 (or 0xAC77E1) is known color: Medium Purple. HEX triplet: AC, 77 and E1. RGB value is (172,119,225). Sum of RGB (Red+Green+Blue) = 172+119+225=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC77E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77E1 is #53881E. Grayscale: #929292. Windows color (decimal): -5474335 or 14776236. OLE color: 14776236.
HSL color Cylindrical-coordinate representation of color #AC77E1: hue angle of 270º degrees, saturation: 0.64, 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 #AC77E1 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 119 | 225 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.12 |
| HSL | 270º | 0.64% | 0.67% | - |
| HSV(B) | 270º | 0.47% | 0.88% | - |
| XYZ | 37.2 | 27.4 | 74.56 | - |
| YUV | 146.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 225 | 0.24 | 0.47 | 0 | 0.12 | 270 | 0.64 | 0.67 |
| Hex | AC | 77 | E1 | 18 | 2F | 0 | C | 10E | 40 | 43 |
| Octal | 254 | 167 | 341 | 30 | 57 | 0 | 14 | 416 | 100 | 103 |
| Binary | 10101100 | 1110111 | 11100001 | 11000 | 101111 | 0 | 1100 | 100001110 | 1000000 | 1000011 |
Color Harmonies of #AC77E1
Complementary color
Monochromatic Colors of #AC77E1
Black with #AC77E1
Text Example
Text Example
White with #AC77E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77E1; }
p { color: rgb(172,119,225); }
H1.HeaderClassName
{
color: #AC77E1;
}
.AnyTagClassName
{
color: #AC77E1;
}
</style>
background-color css
<style>
a { background-color: #AC77E1; }
a { background-color: rgb(172,119,225); }
div.DivClassName
{
background-color: #AC77E1;
}
.BgClassName
{
background-color: #AC77E1;
}
</style>
border-color css
<style>
span { border-color: #AC77E1; }
span { border-color: rgb(172,119,225); }
td.TdClassName
{
border-color: #AC77E1;
}
.TagClassName
{
border-color: #AC77E1;
}
</style>