Shades of East Side #AC9BBB
Tints of East Side #AC9BBB
RGB
CMYK
RGB Variations
Color information
#AC9BBB (or 0xAC9BBB) is known color: East Side. HEX triplet: AC, 9B and BB. RGB value is (172,155,187). Sum of RGB (Red+Green+Blue) = 172+155+187=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC9BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BBB is #536444. Grayscale: #A3A3A3. Windows color (decimal): -5465157 or 12295084. OLE color: 12295084.
HSL color Cylindrical-coordinate representation of color #AC9BBB: hue angle of 271.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC9BBB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 155 | 187 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.27 |
| HSL | 271.88º | 0.19% | 0.67% | - |
| HSV(B) | 271.88º | 0.17% | 0.73% | - |
| XYZ | 37.7 | 35.8 | 51.94 | - |
| YUV | 163.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 187 | 0.08 | 0.17 | 0 | 0.27 | 271.88 | 0.19 | 0.67 |
| Hex | AC | 9B | BB | 8 | 11 | 0 | 1B | 110 | 13 | 43 |
| Octal | 254 | 233 | 273 | 10 | 21 | 0 | 33 | 420 | 23 | 103 |
| Binary | 10101100 | 10011011 | 10111011 | 1000 | 10001 | 0 | 11011 | 100010000 | 10011 | 1000011 |
Color Harmonies of #AC9BBB
Complementary color
Monochromatic Colors of #AC9BBB
Black with #AC9BBB
Text Example
Text Example
White with #AC9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BBB; }
p { color: rgb(172,155,187); }
H1.HeaderClassName
{
color: #AC9BBB;
}
.AnyTagClassName
{
color: #AC9BBB;
}
</style>
background-color css
<style>
a { background-color: #AC9BBB; }
a { background-color: rgb(172,155,187); }
div.DivClassName
{
background-color: #AC9BBB;
}
.BgClassName
{
background-color: #AC9BBB;
}
</style>
border-color css
<style>
span { border-color: #AC9BBB; }
span { border-color: rgb(172,155,187); }
td.TdClassName
{
border-color: #AC9BBB;
}
.TagClassName
{
border-color: #AC9BBB;
}
</style>