Shades of East Side #AC88C5
Tints of East Side #AC88C5
RGB
CMYK
RGB Variations
Color information
#AC88C5 (or 0xAC88C5) is known color: East Side. HEX triplet: AC, 88 and C5. RGB value is (172,136,197). Sum of RGB (Red+Green+Blue) = 172+136+197=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC88C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88C5 is #53773A. Grayscale: #999999. Windows color (decimal): -5470011 or 12945580. OLE color: 12945580.
HSL color Cylindrical-coordinate representation of color #AC88C5: hue angle of 275.41º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC88C5 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 136 | 197 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.23 |
| HSL | 275.41º | 0.34% | 0.65% | - |
| HSV(B) | 275.41º | 0.31% | 0.77% | - |
| XYZ | 35.9 | 30.41 | 56.8 | - |
| YUV | 153.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 197 | 0.13 | 0.31 | 0 | 0.23 | 275.41 | 0.34 | 0.65 |
| Hex | AC | 88 | C5 | D | 1F | 0 | 17 | 113 | 22 | 41 |
| Octal | 254 | 210 | 305 | 15 | 37 | 0 | 27 | 423 | 42 | 101 |
| Binary | 10101100 | 10001000 | 11000101 | 1101 | 11111 | 0 | 10111 | 100010011 | 100010 | 1000001 |
Color Harmonies of #AC88C5
Complementary color
Monochromatic Colors of #AC88C5
Black with #AC88C5
Text Example
Text Example
White with #AC88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC88C5; }
p { color: rgb(172,136,197); }
H1.HeaderClassName
{
color: #AC88C5;
}
.AnyTagClassName
{
color: #AC88C5;
}
</style>
background-color css
<style>
a { background-color: #AC88C5; }
a { background-color: rgb(172,136,197); }
div.DivClassName
{
background-color: #AC88C5;
}
.BgClassName
{
background-color: #AC88C5;
}
</style>
border-color css
<style>
span { border-color: #AC88C5; }
span { border-color: rgb(172,136,197); }
td.TdClassName
{
border-color: #AC88C5;
}
.TagClassName
{
border-color: #AC88C5;
}
</style>