Shades of East Side #AC8DB8
Tints of East Side #AC8DB8
RGB
CMYK
RGB Variations
Color information
#AC8DB8 (or 0xAC8DB8) is known color: East Side. HEX triplet: AC, 8D and B8. RGB value is (172,141,184). Sum of RGB (Red+Green+Blue) = 172+141+184=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC8DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DB8 is #537247. Grayscale: #9B9B9B. Windows color (decimal): -5468744 or 12094892. OLE color: 12094892.
HSL color Cylindrical-coordinate representation of color #AC8DB8: hue angle of 283.26º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8DB8 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 141 | 184 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.28 |
| HSL | 283.26º | 0.23% | 0.64% | - |
| HSV(B) | 283.26º | 0.23% | 0.72% | - |
| XYZ | 35.19 | 31.28 | 49.53 | - |
| YUV | 155.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 184 | 0.07 | 0.23 | 0 | 0.28 | 283.26 | 0.23 | 0.64 |
| Hex | AC | 8D | B8 | 7 | 17 | 0 | 1C | 11B | 17 | 40 |
| Octal | 254 | 215 | 270 | 7 | 27 | 0 | 34 | 433 | 27 | 100 |
| Binary | 10101100 | 10001101 | 10111000 | 111 | 10111 | 0 | 11100 | 100011011 | 10111 | 1000000 |
Color Harmonies of #AC8DB8
Complementary color
Monochromatic Colors of #AC8DB8
Black with #AC8DB8
Text Example
Text Example
White with #AC8DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8DB8; }
p { color: rgb(172,141,184); }
H1.HeaderClassName
{
color: #AC8DB8;
}
.AnyTagClassName
{
color: #AC8DB8;
}
</style>
background-color css
<style>
a { background-color: #AC8DB8; }
a { background-color: rgb(172,141,184); }
div.DivClassName
{
background-color: #AC8DB8;
}
.BgClassName
{
background-color: #AC8DB8;
}
</style>
border-color css
<style>
span { border-color: #AC8DB8; }
span { border-color: rgb(172,141,184); }
td.TdClassName
{
border-color: #AC8DB8;
}
.TagClassName
{
border-color: #AC8DB8;
}
</style>