Shades of East Side #AC96C2
Tints of East Side #AC96C2
RGB
CMYK
RGB Variations
Color information
#AC96C2 (or 0xAC96C2) is known color: East Side. HEX triplet: AC, 96 and C2. RGB value is (172,150,194). Sum of RGB (Red+Green+Blue) = 172+150+194=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC96C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96C2 is #53693D. Grayscale: #A1A1A1. Windows color (decimal): -5466430 or 12752556. OLE color: 12752556.
HSL color Cylindrical-coordinate representation of color #AC96C2: hue angle of 270º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC96C2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 150 | 194 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.24 |
| HSL | 270º | 0.27% | 0.67% | - |
| HSV(B) | 270º | 0.23% | 0.76% | - |
| XYZ | 37.66 | 34.48 | 55.71 | - |
| YUV | 161.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 194 | 0.11 | 0.23 | 0 | 0.24 | 270 | 0.27 | 0.67 |
| Hex | AC | 96 | C2 | B | 17 | 0 | 18 | 10E | 1B | 43 |
| Octal | 254 | 226 | 302 | 13 | 27 | 0 | 30 | 416 | 33 | 103 |
| Binary | 10101100 | 10010110 | 11000010 | 1011 | 10111 | 0 | 11000 | 100001110 | 11011 | 1000011 |
Color Harmonies of #AC96C2
Complementary color
Monochromatic Colors of #AC96C2
Black with #AC96C2
Text Example
Text Example
White with #AC96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96C2; }
p { color: rgb(172,150,194); }
H1.HeaderClassName
{
color: #AC96C2;
}
.AnyTagClassName
{
color: #AC96C2;
}
</style>
background-color css
<style>
a { background-color: #AC96C2; }
a { background-color: rgb(172,150,194); }
div.DivClassName
{
background-color: #AC96C2;
}
.BgClassName
{
background-color: #AC96C2;
}
</style>
border-color css
<style>
span { border-color: #AC96C2; }
span { border-color: rgb(172,150,194); }
td.TdClassName
{
border-color: #AC96C2;
}
.TagClassName
{
border-color: #AC96C2;
}
</style>