Shades of East Side #AC85BC
Tints of East Side #AC85BC
RGB
CMYK
RGB Variations
Color information
#AC85BC (or 0xAC85BC) is known color: East Side. HEX triplet: AC, 85 and BC. RGB value is (172,133,188). Sum of RGB (Red+Green+Blue) = 172+133+188=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85BC is #537A43. Grayscale: #969696. Windows color (decimal): -5470788 or 12354988. OLE color: 12354988.
HSL color Cylindrical-coordinate representation of color #AC85BC: hue angle of 282.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC85BC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 133 | 188 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.26 |
| HSL | 282.55º | 0.29% | 0.63% | - |
| HSV(B) | 282.55º | 0.29% | 0.74% | - |
| XYZ | 34.48 | 29.18 | 51.39 | - |
| YUV | 150.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 188 | 0.09 | 0.29 | 0 | 0.26 | 282.55 | 0.29 | 0.63 |
| Hex | AC | 85 | BC | 9 | 1D | 0 | 1A | 11B | 1D | 3F |
| Octal | 254 | 205 | 274 | 11 | 35 | 0 | 32 | 433 | 35 | 77 |
| Binary | 10101100 | 10000101 | 10111100 | 1001 | 11101 | 0 | 11010 | 100011011 | 11101 | 111111 |
Color Harmonies of #AC85BC
Complementary color
Monochromatic Colors of #AC85BC
Black with #AC85BC
Text Example
Text Example
White with #AC85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85BC; }
p { color: rgb(172,133,188); }
H1.HeaderClassName
{
color: #AC85BC;
}
.AnyTagClassName
{
color: #AC85BC;
}
</style>
background-color css
<style>
a { background-color: #AC85BC; }
a { background-color: rgb(172,133,188); }
div.DivClassName
{
background-color: #AC85BC;
}
.BgClassName
{
background-color: #AC85BC;
}
</style>
border-color css
<style>
span { border-color: #AC85BC; }
span { border-color: rgb(172,133,188); }
td.TdClassName
{
border-color: #AC85BC;
}
.TagClassName
{
border-color: #AC85BC;
}
</style>