Shades of East Side #AC91C3
Tints of East Side #AC91C3
RGB
CMYK
RGB Variations
Color information
#AC91C3 (or 0xAC91C3) is known color: East Side. HEX triplet: AC, 91 and C3. RGB value is (172,145,195). Sum of RGB (Red+Green+Blue) = 172+145+195=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC91C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91C3 is #536E3C. Grayscale: #9E9E9E. Windows color (decimal): -5467709 or 12816812. OLE color: 12816812.
HSL color Cylindrical-coordinate representation of color #AC91C3: hue angle of 272.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC91C3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 145 | 195 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.24 |
| HSL | 272.4º | 0.29% | 0.67% | - |
| HSV(B) | 272.4º | 0.26% | 0.76% | - |
| XYZ | 36.99 | 32.96 | 56.04 | - |
| YUV | 158.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 195 | 0.12 | 0.26 | 0 | 0.24 | 272.4 | 0.29 | 0.67 |
| Hex | AC | 91 | C3 | C | 1A | 0 | 18 | 110 | 1D | 43 |
| Octal | 254 | 221 | 303 | 14 | 32 | 0 | 30 | 420 | 35 | 103 |
| Binary | 10101100 | 10010001 | 11000011 | 1100 | 11010 | 0 | 11000 | 100010000 | 11101 | 1000011 |
Color Harmonies of #AC91C3
Complementary color
Monochromatic Colors of #AC91C3
Black with #AC91C3
Text Example
Text Example
White with #AC91C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91C3; }
p { color: rgb(172,145,195); }
H1.HeaderClassName
{
color: #AC91C3;
}
.AnyTagClassName
{
color: #AC91C3;
}
</style>
background-color css
<style>
a { background-color: #AC91C3; }
a { background-color: rgb(172,145,195); }
div.DivClassName
{
background-color: #AC91C3;
}
.BgClassName
{
background-color: #AC91C3;
}
</style>
border-color css
<style>
span { border-color: #AC91C3; }
span { border-color: rgb(172,145,195); }
td.TdClassName
{
border-color: #AC91C3;
}
.TagClassName
{
border-color: #AC91C3;
}
</style>