Shades of East Side #AC77C5
Tints of East Side #AC77C5
RGB
CMYK
RGB Variations
Color information
#AC77C5 (or 0xAC77C5) is known color: East Side. HEX triplet: AC, 77 and C5. RGB value is (172,119,197). Sum of RGB (Red+Green+Blue) = 172+119+197=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC77C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77C5 is #53883A. Grayscale: #8F8F8F. Windows color (decimal): -5474363 or 12941228. OLE color: 12941228.
HSL color Cylindrical-coordinate representation of color #AC77C5: hue angle of 280.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC77C5 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 119 | 197 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.23 |
| HSL | 280.77º | 0.4% | 0.62% | - |
| HSV(B) | 280.77º | 0.4% | 0.77% | - |
| XYZ | 33.69 | 26 | 56.07 | - |
| YUV | 143.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 197 | 0.13 | 0.40 | 0 | 0.23 | 280.77 | 0.4 | 0.62 |
| Hex | AC | 77 | C5 | D | 28 | 0 | 17 | 119 | 28 | 3E |
| Octal | 254 | 167 | 305 | 15 | 50 | 0 | 27 | 431 | 50 | 76 |
| Binary | 10101100 | 1110111 | 11000101 | 1101 | 101000 | 0 | 10111 | 100011001 | 101000 | 111110 |
Color Harmonies of #AC77C5
Complementary color
Monochromatic Colors of #AC77C5
Black with #AC77C5
Text Example
Text Example
White with #AC77C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77C5; }
p { color: rgb(172,119,197); }
H1.HeaderClassName
{
color: #AC77C5;
}
.AnyTagClassName
{
color: #AC77C5;
}
</style>
background-color css
<style>
a { background-color: #AC77C5; }
a { background-color: rgb(172,119,197); }
div.DivClassName
{
background-color: #AC77C5;
}
.BgClassName
{
background-color: #AC77C5;
}
</style>
border-color css
<style>
span { border-color: #AC77C5; }
span { border-color: rgb(172,119,197); }
td.TdClassName
{
border-color: #AC77C5;
}
.TagClassName
{
border-color: #AC77C5;
}
</style>