Shades of East Side #AC8BBC
Tints of East Side #AC8BBC
RGB
CMYK
RGB Variations
Color information
#AC8BBC (or 0xAC8BBC) is known color: East Side. HEX triplet: AC, 8B and BC. RGB value is (172,139,188). Sum of RGB (Red+Green+Blue) = 172+139+188=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BBC is #537443. Grayscale: #9A9A9A. Windows color (decimal): -5469252 or 12356524. OLE color: 12356524.
HSL color Cylindrical-coordinate representation of color #AC8BBC: hue angle of 280.41º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8BBC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 139 | 188 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.26 |
| HSL | 280.41º | 0.27% | 0.64% | - |
| HSV(B) | 280.41º | 0.26% | 0.74% | - |
| XYZ | 35.32 | 30.87 | 51.67 | - |
| YUV | 154.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 188 | 0.09 | 0.26 | 0 | 0.26 | 280.41 | 0.27 | 0.64 |
| Hex | AC | 8B | BC | 9 | 1A | 0 | 1A | 118 | 1B | 40 |
| Octal | 254 | 213 | 274 | 11 | 32 | 0 | 32 | 430 | 33 | 100 |
| Binary | 10101100 | 10001011 | 10111100 | 1001 | 11010 | 0 | 11010 | 100011000 | 11011 | 1000000 |
Color Harmonies of #AC8BBC
Complementary color
Monochromatic Colors of #AC8BBC
Black with #AC8BBC
Text Example
Text Example
White with #AC8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BBC; }
p { color: rgb(172,139,188); }
H1.HeaderClassName
{
color: #AC8BBC;
}
.AnyTagClassName
{
color: #AC8BBC;
}
</style>
background-color css
<style>
a { background-color: #AC8BBC; }
a { background-color: rgb(172,139,188); }
div.DivClassName
{
background-color: #AC8BBC;
}
.BgClassName
{
background-color: #AC8BBC;
}
</style>
border-color css
<style>
span { border-color: #AC8BBC; }
span { border-color: rgb(172,139,188); }
td.TdClassName
{
border-color: #AC8BBC;
}
.TagClassName
{
border-color: #AC8BBC;
}
</style>