Shades of Medium Purple #AC77EA
Tints of Medium Purple #AC77EA
RGB
CMYK
RGB Variations
Color information
#AC77EA (or 0xAC77EA) is known color: Medium Purple. HEX triplet: AC, 77 and EA. RGB value is (172,119,234). Sum of RGB (Red+Green+Blue) = 172+119+234=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC77EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC77EA is #538815. Grayscale: #939393. Windows color (decimal): -5474326 or 15366060. OLE color: 15366060.
HSL color Cylindrical-coordinate representation of color #AC77EA: hue angle of 267.65º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC77EA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 119 | 234 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.08 |
| HSL | 267.65º | 0.73% | 0.69% | - |
| HSV(B) | 267.65º | 0.49% | 0.92% | - |
| XYZ | 38.46 | 27.9 | 81.2 | - |
| YUV | 147.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 234 | 0.26 | 0.49 | 0 | 0.08 | 267.65 | 0.73 | 0.69 |
| Hex | AC | 77 | EA | 1A | 31 | 0 | 8 | 10C | 49 | 45 |
| Octal | 254 | 167 | 352 | 32 | 61 | 0 | 10 | 414 | 111 | 105 |
| Binary | 10101100 | 1110111 | 11101010 | 11010 | 110001 | 0 | 1000 | 100001100 | 1001001 | 1000101 |
Color Harmonies of #AC77EA
Complementary color
Monochromatic Colors of #AC77EA
Black with #AC77EA
Text Example
Text Example
White with #AC77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77EA; }
p { color: rgb(172,119,234); }
H1.HeaderClassName
{
color: #AC77EA;
}
.AnyTagClassName
{
color: #AC77EA;
}
</style>
background-color css
<style>
a { background-color: #AC77EA; }
a { background-color: rgb(172,119,234); }
div.DivClassName
{
background-color: #AC77EA;
}
.BgClassName
{
background-color: #AC77EA;
}
</style>
border-color css
<style>
span { border-color: #AC77EA; }
span { border-color: rgb(172,119,234); }
td.TdClassName
{
border-color: #AC77EA;
}
.TagClassName
{
border-color: #AC77EA;
}
</style>