Shades of East Side #AC77C2
Tints of East Side #AC77C2
RGB
CMYK
RGB Variations
Color information
#AC77C2 (or 0xAC77C2) is known color: East Side. HEX triplet: AC, 77 and C2. RGB value is (172,119,194). Sum of RGB (Red+Green+Blue) = 172+119+194=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC77C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77C2 is #53883D. Grayscale: #8F8F8F. Windows color (decimal): -5474366 or 12744620. OLE color: 12744620.
HSL color Cylindrical-coordinate representation of color #AC77C2: hue angle of 282.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC77C2 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 119 | 194 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.24 |
| HSL | 282.4º | 0.38% | 0.61% | - |
| HSV(B) | 282.4º | 0.39% | 0.76% | - |
| XYZ | 33.35 | 25.86 | 54.27 | - |
| YUV | 143.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 194 | 0.11 | 0.39 | 0 | 0.24 | 282.4 | 0.38 | 0.61 |
| Hex | AC | 77 | C2 | B | 27 | 0 | 18 | 11A | 26 | 3D |
| Octal | 254 | 167 | 302 | 13 | 47 | 0 | 30 | 432 | 46 | 75 |
| Binary | 10101100 | 1110111 | 11000010 | 1011 | 100111 | 0 | 11000 | 100011010 | 100110 | 111101 |
Color Harmonies of #AC77C2
Complementary color
Monochromatic Colors of #AC77C2
Black with #AC77C2
Text Example
Text Example
White with #AC77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77C2; }
p { color: rgb(172,119,194); }
H1.HeaderClassName
{
color: #AC77C2;
}
.AnyTagClassName
{
color: #AC77C2;
}
</style>
background-color css
<style>
a { background-color: #AC77C2; }
a { background-color: rgb(172,119,194); }
div.DivClassName
{
background-color: #AC77C2;
}
.BgClassName
{
background-color: #AC77C2;
}
</style>
border-color css
<style>
span { border-color: #AC77C2; }
span { border-color: rgb(172,119,194); }
td.TdClassName
{
border-color: #AC77C2;
}
.TagClassName
{
border-color: #AC77C2;
}
</style>