Shades of East Side #AC77BB
Tints of East Side #AC77BB
RGB
CMYK
RGB Variations
Color information
#AC77BB (or 0xAC77BB) is known color: East Side. HEX triplet: AC, 77 and BB. RGB value is (172,119,187). Sum of RGB (Red+Green+Blue) = 172+119+187=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77BB is #538844. Grayscale: #8E8E8E. Windows color (decimal): -5474373 or 12285868. OLE color: 12285868.
HSL color Cylindrical-coordinate representation of color #AC77BB: hue angle of 286.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC77BB is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 119 | 187 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.27 |
| HSL | 286.76º | 0.33% | 0.6% | - |
| HSV(B) | 286.76º | 0.36% | 0.73% | - |
| XYZ | 32.58 | 25.55 | 50.23 | - |
| YUV | 142.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 187 | 0.08 | 0.36 | 0 | 0.27 | 286.76 | 0.33 | 0.6 |
| Hex | AC | 77 | BB | 8 | 24 | 0 | 1B | 11F | 21 | 3C |
| Octal | 254 | 167 | 273 | 10 | 44 | 0 | 33 | 437 | 41 | 74 |
| Binary | 10101100 | 1110111 | 10111011 | 1000 | 100100 | 0 | 11011 | 100011111 | 100001 | 111100 |
Color Harmonies of #AC77BB
Complementary color
Monochromatic Colors of #AC77BB
Black with #AC77BB
Text Example
Text Example
White with #AC77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77BB; }
p { color: rgb(172,119,187); }
H1.HeaderClassName
{
color: #AC77BB;
}
.AnyTagClassName
{
color: #AC77BB;
}
</style>
background-color css
<style>
a { background-color: #AC77BB; }
a { background-color: rgb(172,119,187); }
div.DivClassName
{
background-color: #AC77BB;
}
.BgClassName
{
background-color: #AC77BB;
}
</style>
border-color css
<style>
span { border-color: #AC77BB; }
span { border-color: rgb(172,119,187); }
td.TdClassName
{
border-color: #AC77BB;
}
.TagClassName
{
border-color: #AC77BB;
}
</style>