Shades of East Side #AC76C5
Tints of East Side #AC76C5
RGB
CMYK
RGB Variations
Color information
#AC76C5 (or 0xAC76C5) is known color: East Side. HEX triplet: AC, 76 and C5. RGB value is (172,118,197). Sum of RGB (Red+Green+Blue) = 172+118+197=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC76C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76C5 is #53893A. Grayscale: #8E8E8E. Windows color (decimal): -5474619 or 12940972. OLE color: 12940972.
HSL color Cylindrical-coordinate representation of color #AC76C5: hue angle of 281.01º degrees, saturation: 0.41, 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 #AC76C5 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 118 | 197 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.23 |
| HSL | 281.01º | 0.41% | 0.62% | - |
| HSV(B) | 281.01º | 0.4% | 0.77% | - |
| XYZ | 33.57 | 25.76 | 56.03 | - |
| YUV | 143.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 197 | 0.13 | 0.40 | 0 | 0.23 | 281.01 | 0.41 | 0.62 |
| Hex | AC | 76 | C5 | D | 28 | 0 | 17 | 119 | 29 | 3E |
| Octal | 254 | 166 | 305 | 15 | 50 | 0 | 27 | 431 | 51 | 76 |
| Binary | 10101100 | 1110110 | 11000101 | 1101 | 101000 | 0 | 10111 | 100011001 | 101001 | 111110 |
Color Harmonies of #AC76C5
Complementary color
Monochromatic Colors of #AC76C5
Black with #AC76C5
Text Example
Text Example
White with #AC76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76C5; }
p { color: rgb(172,118,197); }
H1.HeaderClassName
{
color: #AC76C5;
}
.AnyTagClassName
{
color: #AC76C5;
}
</style>
background-color css
<style>
a { background-color: #AC76C5; }
a { background-color: rgb(172,118,197); }
div.DivClassName
{
background-color: #AC76C5;
}
.BgClassName
{
background-color: #AC76C5;
}
</style>
border-color css
<style>
span { border-color: #AC76C5; }
span { border-color: rgb(172,118,197); }
td.TdClassName
{
border-color: #AC76C5;
}
.TagClassName
{
border-color: #AC76C5;
}
</style>