Shades of East Side #AC94C4
Tints of East Side #AC94C4
RGB
CMYK
RGB Variations
Color information
#AC94C4 (or 0xAC94C4) is known color: East Side. HEX triplet: AC, 94 and C4. RGB value is (172,148,196). Sum of RGB (Red+Green+Blue) = 172+148+196=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC94C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94C4 is #536B3B. Grayscale: #A0A0A0. Windows color (decimal): -5466940 or 12883116. OLE color: 12883116.
HSL color Cylindrical-coordinate representation of color #AC94C4: hue angle of 270º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC94C4 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 148 | 196 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.23 |
| HSL | 270º | 0.29% | 0.67% | - |
| HSV(B) | 270º | 0.24% | 0.77% | - |
| XYZ | 37.57 | 33.94 | 56.79 | - |
| YUV | 160.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 196 | 0.12 | 0.24 | 0 | 0.23 | 270 | 0.29 | 0.67 |
| Hex | AC | 94 | C4 | C | 18 | 0 | 17 | 10E | 1D | 43 |
| Octal | 254 | 224 | 304 | 14 | 30 | 0 | 27 | 416 | 35 | 103 |
| Binary | 10101100 | 10010100 | 11000100 | 1100 | 11000 | 0 | 10111 | 100001110 | 11101 | 1000011 |
Color Harmonies of #AC94C4
Complementary color
Monochromatic Colors of #AC94C4
Black with #AC94C4
Text Example
Text Example
White with #AC94C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94C4; }
p { color: rgb(172,148,196); }
H1.HeaderClassName
{
color: #AC94C4;
}
.AnyTagClassName
{
color: #AC94C4;
}
</style>
background-color css
<style>
a { background-color: #AC94C4; }
a { background-color: rgb(172,148,196); }
div.DivClassName
{
background-color: #AC94C4;
}
.BgClassName
{
background-color: #AC94C4;
}
</style>
border-color css
<style>
span { border-color: #AC94C4; }
span { border-color: rgb(172,148,196); }
td.TdClassName
{
border-color: #AC94C4;
}
.TagClassName
{
border-color: #AC94C4;
}
</style>