Shades of East Side #AC8FBB
Tints of East Side #AC8FBB
RGB
CMYK
RGB Variations
Color information
#AC8FBB (or 0xAC8FBB) is known color: East Side. HEX triplet: AC, 8F and BB. RGB value is (172,143,187). Sum of RGB (Red+Green+Blue) = 172+143+187=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FBB is #537044. Grayscale: #9C9C9C. Windows color (decimal): -5468229 or 12292012. OLE color: 12292012.
HSL color Cylindrical-coordinate representation of color #AC8FBB: hue angle of 279.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8FBB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 143 | 187 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.27 |
| HSL | 279.55º | 0.24% | 0.65% | - |
| HSV(B) | 279.55º | 0.24% | 0.73% | - |
| XYZ | 35.81 | 32 | 51.3 | - |
| YUV | 156.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 187 | 0.08 | 0.24 | 0 | 0.27 | 279.55 | 0.24 | 0.65 |
| Hex | AC | 8F | BB | 8 | 18 | 0 | 1B | 118 | 18 | 41 |
| Octal | 254 | 217 | 273 | 10 | 30 | 0 | 33 | 430 | 30 | 101 |
| Binary | 10101100 | 10001111 | 10111011 | 1000 | 11000 | 0 | 11011 | 100011000 | 11000 | 1000001 |
Color Harmonies of #AC8FBB
Complementary color
Monochromatic Colors of #AC8FBB
Black with #AC8FBB
Text Example
Text Example
White with #AC8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FBB; }
p { color: rgb(172,143,187); }
H1.HeaderClassName
{
color: #AC8FBB;
}
.AnyTagClassName
{
color: #AC8FBB;
}
</style>
background-color css
<style>
a { background-color: #AC8FBB; }
a { background-color: rgb(172,143,187); }
div.DivClassName
{
background-color: #AC8FBB;
}
.BgClassName
{
background-color: #AC8FBB;
}
</style>
border-color css
<style>
span { border-color: #AC8FBB; }
span { border-color: rgb(172,143,187); }
td.TdClassName
{
border-color: #AC8FBB;
}
.TagClassName
{
border-color: #AC8FBB;
}
</style>