Shades of East Side #AC76C1
Tints of East Side #AC76C1
RGB
CMYK
RGB Variations
Color information
#AC76C1 (or 0xAC76C1) is known color: East Side. HEX triplet: AC, 76 and C1. RGB value is (172,118,193). Sum of RGB (Red+Green+Blue) = 172+118+193=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC76C1 is #53893E. Grayscale: #8E8E8E. Windows color (decimal): -5474623 or 12678828. OLE color: 12678828.
HSL color Cylindrical-coordinate representation of color #AC76C1: hue angle of 283.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC76C1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 118 | 193 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.24 |
| HSL | 283.2º | 0.38% | 0.61% | - |
| HSV(B) | 283.2º | 0.39% | 0.76% | - |
| XYZ | 33.12 | 25.58 | 53.64 | - |
| YUV | 142.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 193 | 0.11 | 0.39 | 0 | 0.24 | 283.2 | 0.38 | 0.61 |
| Hex | AC | 76 | C1 | B | 27 | 0 | 18 | 11B | 26 | 3D |
| Octal | 254 | 166 | 301 | 13 | 47 | 0 | 30 | 433 | 46 | 75 |
| Binary | 10101100 | 1110110 | 11000001 | 1011 | 100111 | 0 | 11000 | 100011011 | 100110 | 111101 |
Color Harmonies of #AC76C1
Complementary color
Monochromatic Colors of #AC76C1
Black with #AC76C1
Text Example
Text Example
White with #AC76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76C1; }
p { color: rgb(172,118,193); }
H1.HeaderClassName
{
color: #AC76C1;
}
.AnyTagClassName
{
color: #AC76C1;
}
</style>
background-color css
<style>
a { background-color: #AC76C1; }
a { background-color: rgb(172,118,193); }
div.DivClassName
{
background-color: #AC76C1;
}
.BgClassName
{
background-color: #AC76C1;
}
</style>
border-color css
<style>
span { border-color: #AC76C1; }
span { border-color: rgb(172,118,193); }
td.TdClassName
{
border-color: #AC76C1;
}
.TagClassName
{
border-color: #AC76C1;
}
</style>