Shades of East Side #AC90C8
Tints of East Side #AC90C8
RGB
CMYK
RGB Variations
Color information
#AC90C8 (or 0xAC90C8) is known color: East Side. HEX triplet: AC, 90 and C8. RGB value is (172,144,200). Sum of RGB (Red+Green+Blue) = 172+144+200=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC90C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90C8 is #536F37. Grayscale: #9E9E9E. Windows color (decimal): -5467960 or 13144236. OLE color: 13144236.
HSL color Cylindrical-coordinate representation of color #AC90C8: hue angle of 270º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC90C8 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 144 | 200 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.22 |
| HSL | 270º | 0.34% | 0.67% | - |
| HSV(B) | 270º | 0.28% | 0.78% | - |
| XYZ | 37.41 | 32.89 | 59.02 | - |
| YUV | 158.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 200 | 0.14 | 0.28 | 0 | 0.22 | 270 | 0.34 | 0.67 |
| Hex | AC | 90 | C8 | E | 1C | 0 | 16 | 10E | 22 | 43 |
| Octal | 254 | 220 | 310 | 16 | 34 | 0 | 26 | 416 | 42 | 103 |
| Binary | 10101100 | 10010000 | 11001000 | 1110 | 11100 | 0 | 10110 | 100001110 | 100010 | 1000011 |
Color Harmonies of #AC90C8
Complementary color
Monochromatic Colors of #AC90C8
Black with #AC90C8
Text Example
Text Example
White with #AC90C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90C8; }
p { color: rgb(172,144,200); }
H1.HeaderClassName
{
color: #AC90C8;
}
.AnyTagClassName
{
color: #AC90C8;
}
</style>
background-color css
<style>
a { background-color: #AC90C8; }
a { background-color: rgb(172,144,200); }
div.DivClassName
{
background-color: #AC90C8;
}
.BgClassName
{
background-color: #AC90C8;
}
</style>
border-color css
<style>
span { border-color: #AC90C8; }
span { border-color: rgb(172,144,200); }
td.TdClassName
{
border-color: #AC90C8;
}
.TagClassName
{
border-color: #AC90C8;
}
</style>