Shades of East Side #AC76BB
Tints of East Side #AC76BB
RGB
CMYK
RGB Variations
Color information
#AC76BB (or 0xAC76BB) is known color: East Side. HEX triplet: AC, 76 and BB. RGB value is (172,118,187). Sum of RGB (Red+Green+Blue) = 172+118+187=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76BB is #538944. Grayscale: #8D8D8D. Windows color (decimal): -5474629 or 12285612. OLE color: 12285612.
HSL color Cylindrical-coordinate representation of color #AC76BB: hue angle of 286.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC76BB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 118 | 187 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.27 |
| HSL | 286.96º | 0.34% | 0.6% | - |
| HSV(B) | 286.96º | 0.37% | 0.73% | - |
| XYZ | 32.46 | 25.32 | 50.19 | - |
| YUV | 142.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 187 | 0.08 | 0.37 | 0 | 0.27 | 286.96 | 0.34 | 0.6 |
| Hex | AC | 76 | BB | 8 | 25 | 0 | 1B | 11F | 22 | 3C |
| Octal | 254 | 166 | 273 | 10 | 45 | 0 | 33 | 437 | 42 | 74 |
| Binary | 10101100 | 1110110 | 10111011 | 1000 | 100101 | 0 | 11011 | 100011111 | 100010 | 111100 |
Color Harmonies of #AC76BB
Complementary color
Monochromatic Colors of #AC76BB
Black with #AC76BB
Text Example
Text Example
White with #AC76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76BB; }
p { color: rgb(172,118,187); }
H1.HeaderClassName
{
color: #AC76BB;
}
.AnyTagClassName
{
color: #AC76BB;
}
</style>
background-color css
<style>
a { background-color: #AC76BB; }
a { background-color: rgb(172,118,187); }
div.DivClassName
{
background-color: #AC76BB;
}
.BgClassName
{
background-color: #AC76BB;
}
</style>
border-color css
<style>
span { border-color: #AC76BB; }
span { border-color: rgb(172,118,187); }
td.TdClassName
{
border-color: #AC76BB;
}
.TagClassName
{
border-color: #AC76BB;
}
</style>