Shades of East Side #AC7EC1
Tints of East Side #AC7EC1
RGB
CMYK
RGB Variations
Color information
#AC7EC1 (or 0xAC7EC1) is known color: East Side. HEX triplet: AC, 7E and C1. RGB value is (172,126,193). Sum of RGB (Red+Green+Blue) = 172+126+193=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EC1 is #53813E. Grayscale: #939393. Windows color (decimal): -5472575 or 12680876. OLE color: 12680876.
HSL color Cylindrical-coordinate representation of color #AC7EC1: hue angle of 281.19º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7EC1 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 126 | 193 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.24 |
| HSL | 281.19º | 0.35% | 0.63% | - |
| HSV(B) | 281.19º | 0.35% | 0.76% | - |
| XYZ | 34.1 | 27.54 | 53.97 | - |
| YUV | 147.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 193 | 0.11 | 0.35 | 0 | 0.24 | 281.19 | 0.35 | 0.63 |
| Hex | AC | 7E | C1 | B | 23 | 0 | 18 | 119 | 23 | 3F |
| Octal | 254 | 176 | 301 | 13 | 43 | 0 | 30 | 431 | 43 | 77 |
| Binary | 10101100 | 1111110 | 11000001 | 1011 | 100011 | 0 | 11000 | 100011001 | 100011 | 111111 |
Color Harmonies of #AC7EC1
Complementary color
Monochromatic Colors of #AC7EC1
Black with #AC7EC1
Text Example
Text Example
White with #AC7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7EC1; }
p { color: rgb(172,126,193); }
H1.HeaderClassName
{
color: #AC7EC1;
}
.AnyTagClassName
{
color: #AC7EC1;
}
</style>
background-color css
<style>
a { background-color: #AC7EC1; }
a { background-color: rgb(172,126,193); }
div.DivClassName
{
background-color: #AC7EC1;
}
.BgClassName
{
background-color: #AC7EC1;
}
</style>
border-color css
<style>
span { border-color: #AC7EC1; }
span { border-color: rgb(172,126,193); }
td.TdClassName
{
border-color: #AC7EC1;
}
.TagClassName
{
border-color: #AC7EC1;
}
</style>