Shades of East Side #AC88BC
Tints of East Side #AC88BC
RGB
CMYK
RGB Variations
Color information
#AC88BC (or 0xAC88BC) is known color: East Side. HEX triplet: AC, 88 and BC. RGB value is (172,136,188). Sum of RGB (Red+Green+Blue) = 172+136+188=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88BC is #537743. Grayscale: #989898. Windows color (decimal): -5470020 or 12355756. OLE color: 12355756.
HSL color Cylindrical-coordinate representation of color #AC88BC: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC88BC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 136 | 188 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.26 |
| HSL | 281.54º | 0.28% | 0.64% | - |
| HSV(B) | 281.54º | 0.28% | 0.74% | - |
| XYZ | 34.89 | 30.01 | 51.53 | - |
| YUV | 152.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 188 | 0.09 | 0.28 | 0 | 0.26 | 281.54 | 0.28 | 0.64 |
| Hex | AC | 88 | BC | 9 | 1C | 0 | 1A | 11A | 1C | 40 |
| Octal | 254 | 210 | 274 | 11 | 34 | 0 | 32 | 432 | 34 | 100 |
| Binary | 10101100 | 10001000 | 10111100 | 1001 | 11100 | 0 | 11010 | 100011010 | 11100 | 1000000 |
Color Harmonies of #AC88BC
Complementary color
Monochromatic Colors of #AC88BC
Black with #AC88BC
Text Example
Text Example
White with #AC88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC88BC; }
p { color: rgb(172,136,188); }
H1.HeaderClassName
{
color: #AC88BC;
}
.AnyTagClassName
{
color: #AC88BC;
}
</style>
background-color css
<style>
a { background-color: #AC88BC; }
a { background-color: rgb(172,136,188); }
div.DivClassName
{
background-color: #AC88BC;
}
.BgClassName
{
background-color: #AC88BC;
}
</style>
border-color css
<style>
span { border-color: #AC88BC; }
span { border-color: rgb(172,136,188); }
td.TdClassName
{
border-color: #AC88BC;
}
.TagClassName
{
border-color: #AC88BC;
}
</style>