Shades of East Side #AC91C2
Tints of East Side #AC91C2
RGB
CMYK
RGB Variations
Color information
#AC91C2 (or 0xAC91C2) is known color: East Side. HEX triplet: AC, 91 and C2. RGB value is (172,145,194). Sum of RGB (Red+Green+Blue) = 172+145+194=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91C2 is #536E3D. Grayscale: #9E9E9E. Windows color (decimal): -5467710 or 12751276. OLE color: 12751276.
HSL color Cylindrical-coordinate representation of color #AC91C2: hue angle of 273.06º degrees, saturation: 0.29, 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 #AC91C2 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 145 | 194 | - |
CMYK | 0.11 | 0.25 | 0 | 0.24 |
HSL | 273.06º | 0.29% | 0.66% | - |
HSV(B) | 273.06º | 0.25% | 0.76% | - |
XYZ | 36.88 | 32.92 | 55.45 | - |
YUV | 158.66 | 147.95 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 145 | 194 | 0.11 | 0.25 | 0 | 0.24 | 273.06 | 0.29 | 0.66 |
Hex | AC | 91 | C2 | B | 19 | 0 | 18 | 111 | 1D | 42 |
Octal | 254 | 221 | 302 | 13 | 31 | 0 | 30 | 421 | 35 | 102 |
Binary | 10101100 | 10010001 | 11000010 | 1011 | 11001 | 0 | 11000 | 100010001 | 11101 | 1000010 |
Color Harmonies of #AC91C2
Complementary color
Monochromatic Colors of #AC91C2
Black with #AC91C2
Text Example
Text Example
White with #AC91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91C2; }
p { color: rgb(172,145,194); }
H1.HeaderClassName
{
color: #AC91C2;
}
.AnyTagClassName
{
color: #AC91C2;
}
</style>
background-color css
<style>
a { background-color: #AC91C2; }
a { background-color: rgb(172,145,194); }
div.DivClassName
{
background-color: #AC91C2;
}
.BgClassName
{
background-color: #AC91C2;
}
</style>
border-color css
<style>
span { border-color: #AC91C2; }
span { border-color: rgb(172,145,194); }
td.TdClassName
{
border-color: #AC91C2;
}
.TagClassName
{
border-color: #AC91C2;
}
</style>