Shades of East Side #AC77CC
Tints of East Side #AC77CC
RGB
CMYK
RGB Variations
Color information
#AC77CC (or 0xAC77CC) is known color: East Side. HEX triplet: AC, 77 and CC. RGB value is (172,119,204). Sum of RGB (Red+Green+Blue) = 172+119+204=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC77CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77CC is #538833. Grayscale: #909090. Windows color (decimal): -5474356 or 13399980. OLE color: 13399980.
HSL color Cylindrical-coordinate representation of color #AC77CC: hue angle of 277.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC77CC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 172 | 119 | 204 | - |
CMYK | 0.16 | 0.42 | 0 | 0.2 |
HSL | 277.41º | 0.45% | 0.63% | - |
HSV(B) | 277.41º | 0.42% | 0.8% | - |
XYZ | 34.51 | 26.32 | 60.39 | - |
YUV | 144.54 | 161.56 | 147.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 119 | 204 | 0.16 | 0.42 | 0 | 0.2 | 277.41 | 0.45 | 0.63 |
Hex | AC | 77 | CC | 10 | 2A | 0 | 14 | 115 | 2D | 3F |
Octal | 254 | 167 | 314 | 20 | 52 | 0 | 24 | 425 | 55 | 77 |
Binary | 10101100 | 1110111 | 11001100 | 10000 | 101010 | 0 | 10100 | 100010101 | 101101 | 111111 |
Color Harmonies of #AC77CC
Complementary color
Monochromatic Colors of #AC77CC
Black with #AC77CC
Text Example
Text Example
White with #AC77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77CC; }
p { color: rgb(172,119,204); }
H1.HeaderClassName
{
color: #AC77CC;
}
.AnyTagClassName
{
color: #AC77CC;
}
</style>
background-color css
<style>
a { background-color: #AC77CC; }
a { background-color: rgb(172,119,204); }
div.DivClassName
{
background-color: #AC77CC;
}
.BgClassName
{
background-color: #AC77CC;
}
</style>
border-color css
<style>
span { border-color: #AC77CC; }
span { border-color: rgb(172,119,204); }
td.TdClassName
{
border-color: #AC77CC;
}
.TagClassName
{
border-color: #AC77CC;
}
</style>