Shades of East Side #AC9EBA
Tints of East Side #AC9EBA
RGB
CMYK
RGB Variations
Color information
#AC9EBA (or 0xAC9EBA) is known color: East Side. HEX triplet: AC, 9E and BA. RGB value is (172,158,186). Sum of RGB (Red+Green+Blue) = 172+158+186=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EBA is #536145. Grayscale: #A5A5A5. Windows color (decimal): -5464390 or 12230316. OLE color: 12230316.
HSL color Cylindrical-coordinate representation of color #AC9EBA: hue angle of 270º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9EBA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 158 | 186 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.27 |
| HSL | 270º | 0.17% | 0.67% | - |
| HSV(B) | 270º | 0.15% | 0.73% | - |
| XYZ | 38.1 | 36.77 | 51.54 | - |
| YUV | 165.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 186 | 0.08 | 0.15 | 0 | 0.27 | 270 | 0.17 | 0.67 |
| Hex | AC | 9E | BA | 8 | F | 0 | 1B | 10E | 11 | 43 |
| Octal | 254 | 236 | 272 | 10 | 17 | 0 | 33 | 416 | 21 | 103 |
| Binary | 10101100 | 10011110 | 10111010 | 1000 | 1111 | 0 | 11011 | 100001110 | 10001 | 1000011 |
Color Harmonies of #AC9EBA
Complementary color
Monochromatic Colors of #AC9EBA
Black with #AC9EBA
Text Example
Text Example
White with #AC9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9EBA; }
p { color: rgb(172,158,186); }
H1.HeaderClassName
{
color: #AC9EBA;
}
.AnyTagClassName
{
color: #AC9EBA;
}
</style>
background-color css
<style>
a { background-color: #AC9EBA; }
a { background-color: rgb(172,158,186); }
div.DivClassName
{
background-color: #AC9EBA;
}
.BgClassName
{
background-color: #AC9EBA;
}
</style>
border-color css
<style>
span { border-color: #AC9EBA; }
span { border-color: rgb(172,158,186); }
td.TdClassName
{
border-color: #AC9EBA;
}
.TagClassName
{
border-color: #AC9EBA;
}
</style>