Shades of East Side #AC8BBB
Tints of East Side #AC8BBB
RGB
CMYK
RGB Variations
Color information
#AC8BBB (or 0xAC8BBB) is known color: East Side. HEX triplet: AC, 8B and BB. RGB value is (172,139,187). Sum of RGB (Red+Green+Blue) = 172+139+187=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC8BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BBB is #537444. Grayscale: #9A9A9A. Windows color (decimal): -5469253 or 12290988. OLE color: 12290988.
HSL color Cylindrical-coordinate representation of color #AC8BBB: hue angle of 281.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8BBB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 139 | 187 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.27 |
| HSL | 281.25º | 0.26% | 0.64% | - |
| HSV(B) | 281.25º | 0.26% | 0.73% | - |
| XYZ | 35.22 | 30.82 | 51.11 | - |
| YUV | 154.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 187 | 0.08 | 0.26 | 0 | 0.27 | 281.25 | 0.26 | 0.64 |
| Hex | AC | 8B | BB | 8 | 1A | 0 | 1B | 119 | 1A | 40 |
| Octal | 254 | 213 | 273 | 10 | 32 | 0 | 33 | 431 | 32 | 100 |
| Binary | 10101100 | 10001011 | 10111011 | 1000 | 11010 | 0 | 11011 | 100011001 | 11010 | 1000000 |
Color Harmonies of #AC8BBB
Complementary color
Monochromatic Colors of #AC8BBB
Black with #AC8BBB
Text Example
Text Example
White with #AC8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BBB; }
p { color: rgb(172,139,187); }
H1.HeaderClassName
{
color: #AC8BBB;
}
.AnyTagClassName
{
color: #AC8BBB;
}
</style>
background-color css
<style>
a { background-color: #AC8BBB; }
a { background-color: rgb(172,139,187); }
div.DivClassName
{
background-color: #AC8BBB;
}
.BgClassName
{
background-color: #AC8BBB;
}
</style>
border-color css
<style>
span { border-color: #AC8BBB; }
span { border-color: rgb(172,139,187); }
td.TdClassName
{
border-color: #AC8BBB;
}
.TagClassName
{
border-color: #AC8BBB;
}
</style>