Shades of East Side #AC77BC
Tints of East Side #AC77BC
RGB
CMYK
RGB Variations
Color information
#AC77BC (or 0xAC77BC) is known color: East Side. HEX triplet: AC, 77 and BC. RGB value is (172,119,188). Sum of RGB (Red+Green+Blue) = 172+119+188=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC77BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77BC is #538843. Grayscale: #8E8E8E. Windows color (decimal): -5474372 or 12351404. OLE color: 12351404.
HSL color Cylindrical-coordinate representation of color #AC77BC: hue angle of 286.09º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC77BC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 119 | 188 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.26 |
| HSL | 286.09º | 0.34% | 0.6% | - |
| HSV(B) | 286.09º | 0.37% | 0.74% | - |
| XYZ | 32.69 | 25.6 | 50.79 | - |
| YUV | 142.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 188 | 0.09 | 0.37 | 0 | 0.26 | 286.09 | 0.34 | 0.6 |
| Hex | AC | 77 | BC | 9 | 25 | 0 | 1A | 11E | 22 | 3C |
| Octal | 254 | 167 | 274 | 11 | 45 | 0 | 32 | 436 | 42 | 74 |
| Binary | 10101100 | 1110111 | 10111100 | 1001 | 100101 | 0 | 11010 | 100011110 | 100010 | 111100 |
Color Harmonies of #AC77BC
Complementary color
Monochromatic Colors of #AC77BC
Black with #AC77BC
Text Example
Text Example
White with #AC77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77BC; }
p { color: rgb(172,119,188); }
H1.HeaderClassName
{
color: #AC77BC;
}
.AnyTagClassName
{
color: #AC77BC;
}
</style>
background-color css
<style>
a { background-color: #AC77BC; }
a { background-color: rgb(172,119,188); }
div.DivClassName
{
background-color: #AC77BC;
}
.BgClassName
{
background-color: #AC77BC;
}
</style>
border-color css
<style>
span { border-color: #AC77BC; }
span { border-color: rgb(172,119,188); }
td.TdClassName
{
border-color: #AC77BC;
}
.TagClassName
{
border-color: #AC77BC;
}
</style>