Shades of East Side #AC90C1
Tints of East Side #AC90C1
RGB
CMYK
RGB Variations
Color information
#AC90C1 (or 0xAC90C1) is known color: East Side. HEX triplet: AC, 90 and C1. RGB value is (172,144,193). Sum of RGB (Red+Green+Blue) = 172+144+193=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90C1 is #536F3E. Grayscale: #9D9D9D. Windows color (decimal): -5467967 or 12685484. OLE color: 12685484.
HSL color Cylindrical-coordinate representation of color #AC90C1: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC90C1 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 144 | 193 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.24 |
| HSL | 274.29º | 0.28% | 0.66% | - |
| HSV(B) | 274.29º | 0.25% | 0.76% | - |
| XYZ | 36.61 | 32.57 | 54.81 | - |
| YUV | 157.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 193 | 0.11 | 0.25 | 0 | 0.24 | 274.29 | 0.28 | 0.66 |
| Hex | AC | 90 | C1 | B | 19 | 0 | 18 | 112 | 1C | 42 |
| Octal | 254 | 220 | 301 | 13 | 31 | 0 | 30 | 422 | 34 | 102 |
| Binary | 10101100 | 10010000 | 11000001 | 1011 | 11001 | 0 | 11000 | 100010010 | 11100 | 1000010 |
Color Harmonies of #AC90C1
Complementary color
Monochromatic Colors of #AC90C1
Black with #AC90C1
Text Example
Text Example
White with #AC90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90C1; }
p { color: rgb(172,144,193); }
H1.HeaderClassName
{
color: #AC90C1;
}
.AnyTagClassName
{
color: #AC90C1;
}
</style>
background-color css
<style>
a { background-color: #AC90C1; }
a { background-color: rgb(172,144,193); }
div.DivClassName
{
background-color: #AC90C1;
}
.BgClassName
{
background-color: #AC90C1;
}
</style>
border-color css
<style>
span { border-color: #AC90C1; }
span { border-color: rgb(172,144,193); }
td.TdClassName
{
border-color: #AC90C1;
}
.TagClassName
{
border-color: #AC90C1;
}
</style>