Shades of East Side #AC9CBA
Tints of East Side #AC9CBA
RGB
CMYK
RGB Variations
Color information
#AC9CBA (or 0xAC9CBA) is known color: East Side. HEX triplet: AC, 9C and BA. RGB value is (172,156,186). Sum of RGB (Red+Green+Blue) = 172+156+186=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CBA is #536345. Grayscale: #A4A4A4. Windows color (decimal): -5464902 or 12229804. OLE color: 12229804.
HSL color Cylindrical-coordinate representation of color #AC9CBA: hue angle of 272º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9CBA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 156 | 186 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.27 |
| HSL | 272º | 0.18% | 0.67% | - |
| HSV(B) | 272º | 0.16% | 0.73% | - |
| XYZ | 37.76 | 36.09 | 51.43 | - |
| YUV | 164.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 186 | 0.08 | 0.16 | 0 | 0.27 | 272 | 0.18 | 0.67 |
| Hex | AC | 9C | BA | 8 | 10 | 0 | 1B | 110 | 12 | 43 |
| Octal | 254 | 234 | 272 | 10 | 20 | 0 | 33 | 420 | 22 | 103 |
| Binary | 10101100 | 10011100 | 10111010 | 1000 | 10000 | 0 | 11011 | 100010000 | 10010 | 1000011 |
Color Harmonies of #AC9CBA
Complementary color
Monochromatic Colors of #AC9CBA
Black with #AC9CBA
Text Example
Text Example
White with #AC9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CBA; }
p { color: rgb(172,156,186); }
H1.HeaderClassName
{
color: #AC9CBA;
}
.AnyTagClassName
{
color: #AC9CBA;
}
</style>
background-color css
<style>
a { background-color: #AC9CBA; }
a { background-color: rgb(172,156,186); }
div.DivClassName
{
background-color: #AC9CBA;
}
.BgClassName
{
background-color: #AC9CBA;
}
</style>
border-color css
<style>
span { border-color: #AC9CBA; }
span { border-color: rgb(172,156,186); }
td.TdClassName
{
border-color: #AC9CBA;
}
.TagClassName
{
border-color: #AC9CBA;
}
</style>