Shades of East Side #AC76CA
Tints of East Side #AC76CA
RGB
CMYK
RGB Variations
Color information
#AC76CA (or 0xAC76CA) is known color: East Side. HEX triplet: AC, 76 and CA. RGB value is (172,118,202). Sum of RGB (Red+Green+Blue) = 172+118+202=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76CA is #538935. Grayscale: #8F8F8F. Windows color (decimal): -5474614 or 13268652. OLE color: 13268652.
HSL color Cylindrical-coordinate representation of color #AC76CA: hue angle of 278.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC76CA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 118 | 202 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.21 |
| HSL | 278.57º | 0.44% | 0.63% | - |
| HSV(B) | 278.57º | 0.42% | 0.79% | - |
| XYZ | 34.15 | 25.99 | 59.09 | - |
| YUV | 143.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 202 | 0.15 | 0.42 | 0 | 0.21 | 278.57 | 0.44 | 0.63 |
| Hex | AC | 76 | CA | F | 2A | 0 | 15 | 117 | 2C | 3F |
| Octal | 254 | 166 | 312 | 17 | 52 | 0 | 25 | 427 | 54 | 77 |
| Binary | 10101100 | 1110110 | 11001010 | 1111 | 101010 | 0 | 10101 | 100010111 | 101100 | 111111 |
Color Harmonies of #AC76CA
Complementary color
Monochromatic Colors of #AC76CA
Black with #AC76CA
Text Example
Text Example
White with #AC76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76CA; }
p { color: rgb(172,118,202); }
H1.HeaderClassName
{
color: #AC76CA;
}
.AnyTagClassName
{
color: #AC76CA;
}
</style>
background-color css
<style>
a { background-color: #AC76CA; }
a { background-color: rgb(172,118,202); }
div.DivClassName
{
background-color: #AC76CA;
}
.BgClassName
{
background-color: #AC76CA;
}
</style>
border-color css
<style>
span { border-color: #AC76CA; }
span { border-color: rgb(172,118,202); }
td.TdClassName
{
border-color: #AC76CA;
}
.TagClassName
{
border-color: #AC76CA;
}
</style>