Shades of East Side #AC85BA
Tints of East Side #AC85BA
RGB
CMYK
RGB Variations
Color information
#AC85BA (or 0xAC85BA) is known color: East Side. HEX triplet: AC, 85 and BA. RGB value is (172,133,186). Sum of RGB (Red+Green+Blue) = 172+133+186=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85BA is #537A45. Grayscale: #969696. Windows color (decimal): -5470790 or 12223916. OLE color: 12223916.
HSL color Cylindrical-coordinate representation of color #AC85BA: hue angle of 284.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC85BA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 133 | 186 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.27 |
| HSL | 284.15º | 0.28% | 0.63% | - |
| HSV(B) | 284.15º | 0.28% | 0.73% | - |
| XYZ | 34.26 | 29.09 | 50.26 | - |
| YUV | 150.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 186 | 0.08 | 0.28 | 0 | 0.27 | 284.15 | 0.28 | 0.63 |
| Hex | AC | 85 | BA | 8 | 1C | 0 | 1B | 11C | 1C | 3F |
| Octal | 254 | 205 | 272 | 10 | 34 | 0 | 33 | 434 | 34 | 77 |
| Binary | 10101100 | 10000101 | 10111010 | 1000 | 11100 | 0 | 11011 | 100011100 | 11100 | 111111 |
Color Harmonies of #AC85BA
Complementary color
Monochromatic Colors of #AC85BA
Black with #AC85BA
Text Example
Text Example
White with #AC85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85BA; }
p { color: rgb(172,133,186); }
H1.HeaderClassName
{
color: #AC85BA;
}
.AnyTagClassName
{
color: #AC85BA;
}
</style>
background-color css
<style>
a { background-color: #AC85BA; }
a { background-color: rgb(172,133,186); }
div.DivClassName
{
background-color: #AC85BA;
}
.BgClassName
{
background-color: #AC85BA;
}
</style>
border-color css
<style>
span { border-color: #AC85BA; }
span { border-color: rgb(172,133,186); }
td.TdClassName
{
border-color: #AC85BA;
}
.TagClassName
{
border-color: #AC85BA;
}
</style>