Shades of East Side #AC8FBC
Tints of East Side #AC8FBC
RGB
CMYK
RGB Variations
Color information
#AC8FBC (or 0xAC8FBC) is known color: East Side. HEX triplet: AC, 8F and BC. RGB value is (172,143,188). Sum of RGB (Red+Green+Blue) = 172+143+188=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FBC is #537043. Grayscale: #9C9C9C. Windows color (decimal): -5468228 or 12357548. OLE color: 12357548.
HSL color Cylindrical-coordinate representation of color #AC8FBC: hue angle of 278.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8FBC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 143 | 188 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.26 |
| HSL | 278.67º | 0.25% | 0.65% | - |
| HSV(B) | 278.67º | 0.24% | 0.74% | - |
| XYZ | 35.91 | 32.05 | 51.87 | - |
| YUV | 156.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 188 | 0.09 | 0.24 | 0 | 0.26 | 278.67 | 0.25 | 0.65 |
| Hex | AC | 8F | BC | 9 | 18 | 0 | 1A | 117 | 19 | 41 |
| Octal | 254 | 217 | 274 | 11 | 30 | 0 | 32 | 427 | 31 | 101 |
| Binary | 10101100 | 10001111 | 10111100 | 1001 | 11000 | 0 | 11010 | 100010111 | 11001 | 1000001 |
Color Harmonies of #AC8FBC
Complementary color
Monochromatic Colors of #AC8FBC
Black with #AC8FBC
Text Example
Text Example
White with #AC8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FBC; }
p { color: rgb(172,143,188); }
H1.HeaderClassName
{
color: #AC8FBC;
}
.AnyTagClassName
{
color: #AC8FBC;
}
</style>
background-color css
<style>
a { background-color: #AC8FBC; }
a { background-color: rgb(172,143,188); }
div.DivClassName
{
background-color: #AC8FBC;
}
.BgClassName
{
background-color: #AC8FBC;
}
</style>
border-color css
<style>
span { border-color: #AC8FBC; }
span { border-color: rgb(172,143,188); }
td.TdClassName
{
border-color: #AC8FBC;
}
.TagClassName
{
border-color: #AC8FBC;
}
</style>