Shades of East Side #AC8EC8
Tints of East Side #AC8EC8
RGB
CMYK
RGB Variations
Color information
#AC8EC8 (or 0xAC8EC8) is known color: East Side. HEX triplet: AC, 8E and C8. RGB value is (172,142,200). Sum of RGB (Red+Green+Blue) = 172+142+200=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC8EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8EC8 is #537137. Grayscale: #9D9D9D. Windows color (decimal): -5468472 or 13143724. OLE color: 13143724.
HSL color Cylindrical-coordinate representation of color #AC8EC8: hue angle of 271.03º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC8EC8 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 142 | 200 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.22 |
| HSL | 271.03º | 0.35% | 0.67% | - |
| HSV(B) | 271.03º | 0.29% | 0.78% | - |
| XYZ | 37.11 | 32.29 | 58.92 | - |
| YUV | 157.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 200 | 0.14 | 0.29 | 0 | 0.22 | 271.03 | 0.35 | 0.67 |
| Hex | AC | 8E | C8 | E | 1D | 0 | 16 | 10F | 23 | 43 |
| Octal | 254 | 216 | 310 | 16 | 35 | 0 | 26 | 417 | 43 | 103 |
| Binary | 10101100 | 10001110 | 11001000 | 1110 | 11101 | 0 | 10110 | 100001111 | 100011 | 1000011 |
Color Harmonies of #AC8EC8
Complementary color
Monochromatic Colors of #AC8EC8
Black with #AC8EC8
Text Example
Text Example
White with #AC8EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8EC8; }
p { color: rgb(172,142,200); }
H1.HeaderClassName
{
color: #AC8EC8;
}
.AnyTagClassName
{
color: #AC8EC8;
}
</style>
background-color css
<style>
a { background-color: #AC8EC8; }
a { background-color: rgb(172,142,200); }
div.DivClassName
{
background-color: #AC8EC8;
}
.BgClassName
{
background-color: #AC8EC8;
}
</style>
border-color css
<style>
span { border-color: #AC8EC8; }
span { border-color: rgb(172,142,200); }
td.TdClassName
{
border-color: #AC8EC8;
}
.TagClassName
{
border-color: #AC8EC8;
}
</style>