Shades of East Side #AC7ECB
Tints of East Side #AC7ECB
RGB
CMYK
RGB Variations
Color information
#AC7ECB (or 0xAC7ECB) is known color: East Side. HEX triplet: AC, 7E and CB. RGB value is (172,126,203). Sum of RGB (Red+Green+Blue) = 172+126+203=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ECB is #538134. Grayscale: #949494. Windows color (decimal): -5472565 or 13336236. OLE color: 13336236.
HSL color Cylindrical-coordinate representation of color #AC7ECB: hue angle of 275.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC7ECB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 126 | 203 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.20 |
| HSL | 275.84º | 0.43% | 0.65% | - |
| HSV(B) | 275.84º | 0.38% | 0.8% | - |
| XYZ | 35.25 | 28 | 60.05 | - |
| YUV | 148.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 203 | 0.15 | 0.38 | 0 | 0.20 | 275.84 | 0.43 | 0.65 |
| Hex | AC | 7E | CB | F | 26 | 0 | 14 | 114 | 2B | 41 |
| Octal | 254 | 176 | 313 | 17 | 46 | 0 | 24 | 424 | 53 | 101 |
| Binary | 10101100 | 1111110 | 11001011 | 1111 | 100110 | 0 | 10100 | 100010100 | 101011 | 1000001 |
Color Harmonies of #AC7ECB
Complementary color
Monochromatic Colors of #AC7ECB
Black with #AC7ECB
Text Example
Text Example
White with #AC7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7ECB; }
p { color: rgb(172,126,203); }
H1.HeaderClassName
{
color: #AC7ECB;
}
.AnyTagClassName
{
color: #AC7ECB;
}
</style>
background-color css
<style>
a { background-color: #AC7ECB; }
a { background-color: rgb(172,126,203); }
div.DivClassName
{
background-color: #AC7ECB;
}
.BgClassName
{
background-color: #AC7ECB;
}
</style>
border-color css
<style>
span { border-color: #AC7ECB; }
span { border-color: rgb(172,126,203); }
td.TdClassName
{
border-color: #AC7ECB;
}
.TagClassName
{
border-color: #AC7ECB;
}
</style>