Shades of East Side #AC90B3
Tints of East Side #AC90B3
RGB
CMYK
RGB Variations
Color information
#AC90B3 (or 0xAC90B3) is known color: East Side. HEX triplet: AC, 90 and B3. RGB value is (172,144,179). Sum of RGB (Red+Green+Blue) = 172+144+179=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90B3 is #536F4C. Grayscale: #9C9C9C. Windows color (decimal): -5467981 or 11767980. OLE color: 11767980.
HSL color Cylindrical-coordinate representation of color #AC90B3: hue angle of 288º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC90B3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 144 | 179 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.30 |
| HSL | 288º | 0.19% | 0.63% | - |
| HSV(B) | 288º | 0.2% | 0.7% | - |
| XYZ | 35.12 | 31.97 | 46.97 | - |
| YUV | 156.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 179 | 0.04 | 0.20 | 0 | 0.30 | 288 | 0.19 | 0.63 |
| Hex | AC | 90 | B3 | 4 | 14 | 0 | 1E | 120 | 13 | 3F |
| Octal | 254 | 220 | 263 | 4 | 24 | 0 | 36 | 440 | 23 | 77 |
| Binary | 10101100 | 10010000 | 10110011 | 100 | 10100 | 0 | 11110 | 100100000 | 10011 | 111111 |
Color Harmonies of #AC90B3
Complementary color
Monochromatic Colors of #AC90B3
Black with #AC90B3
Text Example
Text Example
White with #AC90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90B3; }
p { color: rgb(172,144,179); }
H1.HeaderClassName
{
color: #AC90B3;
}
.AnyTagClassName
{
color: #AC90B3;
}
</style>
background-color css
<style>
a { background-color: #AC90B3; }
a { background-color: rgb(172,144,179); }
div.DivClassName
{
background-color: #AC90B3;
}
.BgClassName
{
background-color: #AC90B3;
}
</style>
border-color css
<style>
span { border-color: #AC90B3; }
span { border-color: rgb(172,144,179); }
td.TdClassName
{
border-color: #AC90B3;
}
.TagClassName
{
border-color: #AC90B3;
}
</style>