Shades of East Side #AC77BD
Tints of East Side #AC77BD
RGB
CMYK
RGB Variations
Color information
#AC77BD (or 0xAC77BD) is known color: East Side. HEX triplet: AC, 77 and BD. RGB value is (172,119,189). Sum of RGB (Red+Green+Blue) = 172+119+189=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77BD is #538842. Grayscale: #8E8E8E. Windows color (decimal): -5474371 or 12416940. OLE color: 12416940.
HSL color Cylindrical-coordinate representation of color #AC77BD: hue angle of 285.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC77BD is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 119 | 189 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.26 |
| HSL | 285.43º | 0.35% | 0.6% | - |
| HSV(B) | 285.43º | 0.37% | 0.74% | - |
| XYZ | 32.8 | 25.64 | 51.36 | - |
| YUV | 142.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 189 | 0.09 | 0.37 | 0 | 0.26 | 285.43 | 0.35 | 0.6 |
| Hex | AC | 77 | BD | 9 | 25 | 0 | 1A | 11D | 23 | 3C |
| Octal | 254 | 167 | 275 | 11 | 45 | 0 | 32 | 435 | 43 | 74 |
| Binary | 10101100 | 1110111 | 10111101 | 1001 | 100101 | 0 | 11010 | 100011101 | 100011 | 111100 |
Color Harmonies of #AC77BD
Complementary color
Monochromatic Colors of #AC77BD
Black with #AC77BD
Text Example
Text Example
White with #AC77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77BD; }
p { color: rgb(172,119,189); }
H1.HeaderClassName
{
color: #AC77BD;
}
.AnyTagClassName
{
color: #AC77BD;
}
</style>
background-color css
<style>
a { background-color: #AC77BD; }
a { background-color: rgb(172,119,189); }
div.DivClassName
{
background-color: #AC77BD;
}
.BgClassName
{
background-color: #AC77BD;
}
</style>
border-color css
<style>
span { border-color: #AC77BD; }
span { border-color: rgb(172,119,189); }
td.TdClassName
{
border-color: #AC77BD;
}
.TagClassName
{
border-color: #AC77BD;
}
</style>