Shades of East Side #AC8CBB
Tints of East Side #AC8CBB
RGB
CMYK
RGB Variations
Color information
#AC8CBB (or 0xAC8CBB) is known color: East Side. HEX triplet: AC, 8C and BB. RGB value is (172,140,187). Sum of RGB (Red+Green+Blue) = 172+140+187=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CBB is #537344. Grayscale: #9A9A9A. Windows color (decimal): -5468997 or 12291244. OLE color: 12291244.
HSL color Cylindrical-coordinate representation of color #AC8CBB: hue angle of 280.85º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8CBB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 140 | 187 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.27 |
| HSL | 280.85º | 0.26% | 0.64% | - |
| HSV(B) | 280.85º | 0.25% | 0.73% | - |
| XYZ | 35.36 | 31.11 | 51.16 | - |
| YUV | 154.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 187 | 0.08 | 0.25 | 0 | 0.27 | 280.85 | 0.26 | 0.64 |
| Hex | AC | 8C | BB | 8 | 19 | 0 | 1B | 119 | 1A | 40 |
| Octal | 254 | 214 | 273 | 10 | 31 | 0 | 33 | 431 | 32 | 100 |
| Binary | 10101100 | 10001100 | 10111011 | 1000 | 11001 | 0 | 11011 | 100011001 | 11010 | 1000000 |
Color Harmonies of #AC8CBB
Complementary color
Monochromatic Colors of #AC8CBB
Black with #AC8CBB
Text Example
Text Example
White with #AC8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CBB; }
p { color: rgb(172,140,187); }
H1.HeaderClassName
{
color: #AC8CBB;
}
.AnyTagClassName
{
color: #AC8CBB;
}
</style>
background-color css
<style>
a { background-color: #AC8CBB; }
a { background-color: rgb(172,140,187); }
div.DivClassName
{
background-color: #AC8CBB;
}
.BgClassName
{
background-color: #AC8CBB;
}
</style>
border-color css
<style>
span { border-color: #AC8CBB; }
span { border-color: rgb(172,140,187); }
td.TdClassName
{
border-color: #AC8CBB;
}
.TagClassName
{
border-color: #AC8CBB;
}
</style>