Shades of East Side #AC91BC
Tints of East Side #AC91BC
RGB
CMYK
RGB Variations
Color information
#AC91BC (or 0xAC91BC) is known color: East Side. HEX triplet: AC, 91 and BC. RGB value is (172,145,188). Sum of RGB (Red+Green+Blue) = 172+145+188=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC91BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91BC is #536E43. Grayscale: #9D9D9D. Windows color (decimal): -5467716 or 12358060. OLE color: 12358060.
HSL color Cylindrical-coordinate representation of color #AC91BC: hue angle of 277.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC91BC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 145 | 188 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.26 |
| HSL | 277.67º | 0.24% | 0.65% | - |
| HSV(B) | 277.67º | 0.23% | 0.74% | - |
| XYZ | 36.22 | 32.65 | 51.97 | - |
| YUV | 157.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 188 | 0.09 | 0.23 | 0 | 0.26 | 277.67 | 0.24 | 0.65 |
| Hex | AC | 91 | BC | 9 | 17 | 0 | 1A | 116 | 18 | 41 |
| Octal | 254 | 221 | 274 | 11 | 27 | 0 | 32 | 426 | 30 | 101 |
| Binary | 10101100 | 10010001 | 10111100 | 1001 | 10111 | 0 | 11010 | 100010110 | 11000 | 1000001 |
Color Harmonies of #AC91BC
Complementary color
Monochromatic Colors of #AC91BC
Black with #AC91BC
Text Example
Text Example
White with #AC91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91BC; }
p { color: rgb(172,145,188); }
H1.HeaderClassName
{
color: #AC91BC;
}
.AnyTagClassName
{
color: #AC91BC;
}
</style>
background-color css
<style>
a { background-color: #AC91BC; }
a { background-color: rgb(172,145,188); }
div.DivClassName
{
background-color: #AC91BC;
}
.BgClassName
{
background-color: #AC91BC;
}
</style>
border-color css
<style>
span { border-color: #AC91BC; }
span { border-color: rgb(172,145,188); }
td.TdClassName
{
border-color: #AC91BC;
}
.TagClassName
{
border-color: #AC91BC;
}
</style>