Shades of East Side #AC96C3
Tints of East Side #AC96C3
RGB
CMYK
RGB Variations
Color information
#AC96C3 (or 0xAC96C3) is known color: East Side. HEX triplet: AC, 96 and C3. RGB value is (172,150,195). Sum of RGB (Red+Green+Blue) = 172+150+195=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C3 is #53693C. Grayscale: #A1A1A1. Windows color (decimal): -5466429 or 12818092. OLE color: 12818092.
HSL color Cylindrical-coordinate representation of color #AC96C3: hue angle of 269.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC96C3 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 150 | 195 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.24 |
| HSL | 269.33º | 0.27% | 0.68% | - |
| HSV(B) | 269.33º | 0.23% | 0.76% | - |
| XYZ | 37.77 | 34.52 | 56.3 | - |
| YUV | 161.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 195 | 0.12 | 0.23 | 0 | 0.24 | 269.33 | 0.27 | 0.68 |
| Hex | AC | 96 | C3 | C | 17 | 0 | 18 | 10D | 1B | 44 |
| Octal | 254 | 226 | 303 | 14 | 27 | 0 | 30 | 415 | 33 | 104 |
| Binary | 10101100 | 10010110 | 11000011 | 1100 | 10111 | 0 | 11000 | 100001101 | 11011 | 1000100 |
Color Harmonies of #AC96C3
Complementary color
Monochromatic Colors of #AC96C3
Black with #AC96C3
Text Example
Text Example
White with #AC96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96C3; }
p { color: rgb(172,150,195); }
H1.HeaderClassName
{
color: #AC96C3;
}
.AnyTagClassName
{
color: #AC96C3;
}
</style>
background-color css
<style>
a { background-color: #AC96C3; }
a { background-color: rgb(172,150,195); }
div.DivClassName
{
background-color: #AC96C3;
}
.BgClassName
{
background-color: #AC96C3;
}
</style>
border-color css
<style>
span { border-color: #AC96C3; }
span { border-color: rgb(172,150,195); }
td.TdClassName
{
border-color: #AC96C3;
}
.TagClassName
{
border-color: #AC96C3;
}
</style>