Shades of East Side #AC80BC
Tints of East Side #AC80BC
RGB
CMYK
RGB Variations
Color information
#AC80BC (or 0xAC80BC) is known color: East Side. HEX triplet: AC, 80 and BC. RGB value is (172,128,188). Sum of RGB (Red+Green+Blue) = 172+128+188=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BC is #537F43. Grayscale: #939393. Windows color (decimal): -5472068 or 12353708. OLE color: 12353708.
HSL color Cylindrical-coordinate representation of color #AC80BC: hue angle of 284º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC80BC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 128 | 188 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.26 |
| HSL | 284º | 0.31% | 0.62% | - |
| HSV(B) | 284º | 0.32% | 0.74% | - |
| XYZ | 33.81 | 27.84 | 51.17 | - |
| YUV | 148 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 188 | 0.09 | 0.32 | 0 | 0.26 | 284 | 0.31 | 0.62 |
| Hex | AC | 80 | BC | 9 | 20 | 0 | 1A | 11C | 1F | 3E |
| Octal | 254 | 200 | 274 | 11 | 40 | 0 | 32 | 434 | 37 | 76 |
| Binary | 10101100 | 10000000 | 10111100 | 1001 | 100000 | 0 | 11010 | 100011100 | 11111 | 111110 |
Color Harmonies of #AC80BC
Complementary color
Monochromatic Colors of #AC80BC
Black with #AC80BC
Text Example
Text Example
White with #AC80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80BC; }
p { color: rgb(172,128,188); }
H1.HeaderClassName
{
color: #AC80BC;
}
.AnyTagClassName
{
color: #AC80BC;
}
</style>
background-color css
<style>
a { background-color: #AC80BC; }
a { background-color: rgb(172,128,188); }
div.DivClassName
{
background-color: #AC80BC;
}
.BgClassName
{
background-color: #AC80BC;
}
</style>
border-color css
<style>
span { border-color: #AC80BC; }
span { border-color: rgb(172,128,188); }
td.TdClassName
{
border-color: #AC80BC;
}
.TagClassName
{
border-color: #AC80BC;
}
</style>