Shades of East Side #AC88CE
Tints of East Side #AC88CE
RGB
CMYK
RGB Variations
Color information
#AC88CE (or 0xAC88CE) is known color: East Side. HEX triplet: AC, 88 and CE. RGB value is (172,136,206). Sum of RGB (Red+Green+Blue) = 172+136+206=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88CE is #537731. Grayscale: #9A9A9A. Windows color (decimal): -5470002 or 13535404. OLE color: 13535404.
HSL color Cylindrical-coordinate representation of color #AC88CE: hue angle of 270.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC88CE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 136 | 206 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.19 |
| HSL | 270.86º | 0.42% | 0.67% | - |
| HSV(B) | 270.86º | 0.34% | 0.81% | - |
| XYZ | 36.96 | 30.84 | 62.4 | - |
| YUV | 154.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 206 | 0.17 | 0.34 | 0 | 0.19 | 270.86 | 0.42 | 0.67 |
| Hex | AC | 88 | CE | 11 | 22 | 0 | 13 | 10F | 2A | 43 |
| Octal | 254 | 210 | 316 | 21 | 42 | 0 | 23 | 417 | 52 | 103 |
| Binary | 10101100 | 10001000 | 11001110 | 10001 | 100010 | 0 | 10011 | 100001111 | 101010 | 1000011 |
Color Harmonies of #AC88CE
Complementary color
Monochromatic Colors of #AC88CE
Black with #AC88CE
Text Example
Text Example
White with #AC88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC88CE; }
p { color: rgb(172,136,206); }
H1.HeaderClassName
{
color: #AC88CE;
}
.AnyTagClassName
{
color: #AC88CE;
}
</style>
background-color css
<style>
a { background-color: #AC88CE; }
a { background-color: rgb(172,136,206); }
div.DivClassName
{
background-color: #AC88CE;
}
.BgClassName
{
background-color: #AC88CE;
}
</style>
border-color css
<style>
span { border-color: #AC88CE; }
span { border-color: rgb(172,136,206); }
td.TdClassName
{
border-color: #AC88CE;
}
.TagClassName
{
border-color: #AC88CE;
}
</style>