Shades of East Side #AC8EBA
Tints of East Side #AC8EBA
RGB
CMYK
RGB Variations
Color information
#AC8EBA (or 0xAC8EBA) is known color: East Side. HEX triplet: AC, 8E and BA. RGB value is (172,142,186). Sum of RGB (Red+Green+Blue) = 172+142+186=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8EBA is #537145. Grayscale: #9B9B9B. Windows color (decimal): -5468486 or 12226220. OLE color: 12226220.
HSL color Cylindrical-coordinate representation of color #AC8EBA: hue angle of 280.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8EBA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 142 | 186 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.27 |
| HSL | 280.91º | 0.24% | 0.64% | - |
| HSV(B) | 280.91º | 0.24% | 0.73% | - |
| XYZ | 35.55 | 31.66 | 50.69 | - |
| YUV | 155.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 186 | 0.08 | 0.24 | 0 | 0.27 | 280.91 | 0.24 | 0.64 |
| Hex | AC | 8E | BA | 8 | 18 | 0 | 1B | 119 | 18 | 40 |
| Octal | 254 | 216 | 272 | 10 | 30 | 0 | 33 | 431 | 30 | 100 |
| Binary | 10101100 | 10001110 | 10111010 | 1000 | 11000 | 0 | 11011 | 100011001 | 11000 | 1000000 |
Color Harmonies of #AC8EBA
Complementary color
Monochromatic Colors of #AC8EBA
Black with #AC8EBA
Text Example
Text Example
White with #AC8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8EBA; }
p { color: rgb(172,142,186); }
H1.HeaderClassName
{
color: #AC8EBA;
}
.AnyTagClassName
{
color: #AC8EBA;
}
</style>
background-color css
<style>
a { background-color: #AC8EBA; }
a { background-color: rgb(172,142,186); }
div.DivClassName
{
background-color: #AC8EBA;
}
.BgClassName
{
background-color: #AC8EBA;
}
</style>
border-color css
<style>
span { border-color: #AC8EBA; }
span { border-color: rgb(172,142,186); }
td.TdClassName
{
border-color: #AC8EBA;
}
.TagClassName
{
border-color: #AC8EBA;
}
</style>