Shades of East Side #AC7CC0
Tints of East Side #AC7CC0
RGB
CMYK
RGB Variations
Color information
#AC7CC0 (or 0xAC7CC0) is known color: East Side. HEX triplet: AC, 7C and C0. RGB value is (172,124,192). Sum of RGB (Red+Green+Blue) = 172+124+192=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC7CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CC0 is #53833F. Grayscale: #919191. Windows color (decimal): -5473088 or 12614828. OLE color: 12614828.
HSL color Cylindrical-coordinate representation of color #AC7CC0: hue angle of 282.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7CC0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 124 | 192 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.25 |
| HSL | 282.35º | 0.35% | 0.62% | - |
| HSV(B) | 282.35º | 0.35% | 0.75% | - |
| XYZ | 33.74 | 26.99 | 53.3 | - |
| YUV | 146.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 192 | 0.10 | 0.35 | 0 | 0.25 | 282.35 | 0.35 | 0.62 |
| Hex | AC | 7C | C0 | A | 23 | 0 | 19 | 11A | 23 | 3E |
| Octal | 254 | 174 | 300 | 12 | 43 | 0 | 31 | 432 | 43 | 76 |
| Binary | 10101100 | 1111100 | 11000000 | 1010 | 100011 | 0 | 11001 | 100011010 | 100011 | 111110 |
Color Harmonies of #AC7CC0
Complementary color
Monochromatic Colors of #AC7CC0
Black with #AC7CC0
Text Example
Text Example
White with #AC7CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CC0; }
p { color: rgb(172,124,192); }
H1.HeaderClassName
{
color: #AC7CC0;
}
.AnyTagClassName
{
color: #AC7CC0;
}
</style>
background-color css
<style>
a { background-color: #AC7CC0; }
a { background-color: rgb(172,124,192); }
div.DivClassName
{
background-color: #AC7CC0;
}
.BgClassName
{
background-color: #AC7CC0;
}
</style>
border-color css
<style>
span { border-color: #AC7CC0; }
span { border-color: rgb(172,124,192); }
td.TdClassName
{
border-color: #AC7CC0;
}
.TagClassName
{
border-color: #AC7CC0;
}
</style>