Shades of East Side #AC8CBC
Tints of East Side #AC8CBC
RGB
CMYK
RGB Variations
Color information
#AC8CBC (or 0xAC8CBC) is known color: East Side. HEX triplet: AC, 8C and BC. RGB value is (172,140,188). Sum of RGB (Red+Green+Blue) = 172+140+188=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CBC is #537343. Grayscale: #9A9A9A. Windows color (decimal): -5468996 or 12356780. OLE color: 12356780.
HSL color Cylindrical-coordinate representation of color #AC8CBC: hue angle of 280º degrees, saturation: 0.26, 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 #AC8CBC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 140 | 188 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.26 |
| HSL | 280º | 0.26% | 0.64% | - |
| HSV(B) | 280º | 0.26% | 0.74% | - |
| XYZ | 35.47 | 31.16 | 51.72 | - |
| YUV | 155.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 188 | 0.09 | 0.26 | 0 | 0.26 | 280 | 0.26 | 0.64 |
| Hex | AC | 8C | BC | 9 | 1A | 0 | 1A | 118 | 1A | 40 |
| Octal | 254 | 214 | 274 | 11 | 32 | 0 | 32 | 430 | 32 | 100 |
| Binary | 10101100 | 10001100 | 10111100 | 1001 | 11010 | 0 | 11010 | 100011000 | 11010 | 1000000 |
Color Harmonies of #AC8CBC
Complementary color
Monochromatic Colors of #AC8CBC
Black with #AC8CBC
Text Example
Text Example
White with #AC8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CBC; }
p { color: rgb(172,140,188); }
H1.HeaderClassName
{
color: #AC8CBC;
}
.AnyTagClassName
{
color: #AC8CBC;
}
</style>
background-color css
<style>
a { background-color: #AC8CBC; }
a { background-color: rgb(172,140,188); }
div.DivClassName
{
background-color: #AC8CBC;
}
.BgClassName
{
background-color: #AC8CBC;
}
</style>
border-color css
<style>
span { border-color: #AC8CBC; }
span { border-color: rgb(172,140,188); }
td.TdClassName
{
border-color: #AC8CBC;
}
.TagClassName
{
border-color: #AC8CBC;
}
</style>