Shades of East Side #AC76BD
Tints of East Side #AC76BD
RGB
CMYK
RGB Variations
Color information
#AC76BD (or 0xAC76BD) is known color: East Side. HEX triplet: AC, 76 and BD. RGB value is (172,118,189). Sum of RGB (Red+Green+Blue) = 172+118+189=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC76BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76BD is #538942. Grayscale: #8E8E8E. Windows color (decimal): -5474627 or 12416684. OLE color: 12416684.
HSL color Cylindrical-coordinate representation of color #AC76BD: hue angle of 285.63º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC76BD is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 118 | 189 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.26 |
| HSL | 285.63º | 0.35% | 0.6% | - |
| HSV(B) | 285.63º | 0.38% | 0.74% | - |
| XYZ | 32.68 | 25.4 | 51.32 | - |
| YUV | 142.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 189 | 0.09 | 0.38 | 0 | 0.26 | 285.63 | 0.35 | 0.6 |
| Hex | AC | 76 | BD | 9 | 26 | 0 | 1A | 11E | 23 | 3C |
| Octal | 254 | 166 | 275 | 11 | 46 | 0 | 32 | 436 | 43 | 74 |
| Binary | 10101100 | 1110110 | 10111101 | 1001 | 100110 | 0 | 11010 | 100011110 | 100011 | 111100 |
Color Harmonies of #AC76BD
Complementary color
Monochromatic Colors of #AC76BD
Black with #AC76BD
Text Example
Text Example
White with #AC76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76BD; }
p { color: rgb(172,118,189); }
H1.HeaderClassName
{
color: #AC76BD;
}
.AnyTagClassName
{
color: #AC76BD;
}
</style>
background-color css
<style>
a { background-color: #AC76BD; }
a { background-color: rgb(172,118,189); }
div.DivClassName
{
background-color: #AC76BD;
}
.BgClassName
{
background-color: #AC76BD;
}
</style>
border-color css
<style>
span { border-color: #AC76BD; }
span { border-color: rgb(172,118,189); }
td.TdClassName
{
border-color: #AC76BD;
}
.TagClassName
{
border-color: #AC76BD;
}
</style>