Shades of East Side #AC80BA
Tints of East Side #AC80BA
RGB
CMYK
RGB Variations
Color information
#AC80BA (or 0xAC80BA) is known color: East Side. HEX triplet: AC, 80 and BA. RGB value is (172,128,186). Sum of RGB (Red+Green+Blue) = 172+128+186=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BA is #537F45. Grayscale: #939393. Windows color (decimal): -5472070 or 12222636. OLE color: 12222636.
HSL color Cylindrical-coordinate representation of color #AC80BA: hue angle of 285.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC80BA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 128 | 186 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.27 |
| HSL | 285.52º | 0.3% | 0.62% | - |
| HSV(B) | 285.52º | 0.31% | 0.73% | - |
| XYZ | 33.6 | 27.75 | 50.04 | - |
| YUV | 147.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 186 | 0.08 | 0.31 | 0 | 0.27 | 285.52 | 0.3 | 0.62 |
| Hex | AC | 80 | BA | 8 | 1F | 0 | 1B | 11E | 1E | 3E |
| Octal | 254 | 200 | 272 | 10 | 37 | 0 | 33 | 436 | 36 | 76 |
| Binary | 10101100 | 10000000 | 10111010 | 1000 | 11111 | 0 | 11011 | 100011110 | 11110 | 111110 |
Color Harmonies of #AC80BA
Complementary color
Monochromatic Colors of #AC80BA
Black with #AC80BA
Text Example
Text Example
White with #AC80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80BA; }
p { color: rgb(172,128,186); }
H1.HeaderClassName
{
color: #AC80BA;
}
.AnyTagClassName
{
color: #AC80BA;
}
</style>
background-color css
<style>
a { background-color: #AC80BA; }
a { background-color: rgb(172,128,186); }
div.DivClassName
{
background-color: #AC80BA;
}
.BgClassName
{
background-color: #AC80BA;
}
</style>
border-color css
<style>
span { border-color: #AC80BA; }
span { border-color: rgb(172,128,186); }
td.TdClassName
{
border-color: #AC80BA;
}
.TagClassName
{
border-color: #AC80BA;
}
</style>