Shades of East Side #AC90C4
Tints of East Side #AC90C4
RGB
CMYK
RGB Variations
Color information
#AC90C4 (or 0xAC90C4) is known color: East Side. HEX triplet: AC, 90 and C4. RGB value is (172,144,196). Sum of RGB (Red+Green+Blue) = 172+144+196=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC90C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90C4 is #536F3B. Grayscale: #9E9E9E. Windows color (decimal): -5467964 or 12882092. OLE color: 12882092.
HSL color Cylindrical-coordinate representation of color #AC90C4: hue angle of 272.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC90C4 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 144 | 196 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.23 |
| HSL | 272.31º | 0.31% | 0.67% | - |
| HSV(B) | 272.31º | 0.27% | 0.77% | - |
| XYZ | 36.95 | 32.7 | 56.59 | - |
| YUV | 158.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 196 | 0.12 | 0.27 | 0 | 0.23 | 272.31 | 0.31 | 0.67 |
| Hex | AC | 90 | C4 | C | 1B | 0 | 17 | 110 | 1F | 43 |
| Octal | 254 | 220 | 304 | 14 | 33 | 0 | 27 | 420 | 37 | 103 |
| Binary | 10101100 | 10010000 | 11000100 | 1100 | 11011 | 0 | 10111 | 100010000 | 11111 | 1000011 |
Color Harmonies of #AC90C4
Complementary color
Monochromatic Colors of #AC90C4
Black with #AC90C4
Text Example
Text Example
White with #AC90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90C4; }
p { color: rgb(172,144,196); }
H1.HeaderClassName
{
color: #AC90C4;
}
.AnyTagClassName
{
color: #AC90C4;
}
</style>
background-color css
<style>
a { background-color: #AC90C4; }
a { background-color: rgb(172,144,196); }
div.DivClassName
{
background-color: #AC90C4;
}
.BgClassName
{
background-color: #AC90C4;
}
</style>
border-color css
<style>
span { border-color: #AC90C4; }
span { border-color: rgb(172,144,196); }
td.TdClassName
{
border-color: #AC90C4;
}
.TagClassName
{
border-color: #AC90C4;
}
</style>