Shades of East Side #AC7CCE
Tints of East Side #AC7CCE
RGB
CMYK
RGB Variations
Color information
#AC7CCE (or 0xAC7CCE) is known color: East Side. HEX triplet: AC, 7C and CE. RGB value is (172,124,206). Sum of RGB (Red+Green+Blue) = 172+124+206=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CCE is #538331. Grayscale: #939393. Windows color (decimal): -5473074 or 13532332. OLE color: 13532332.
HSL color Cylindrical-coordinate representation of color #AC7CCE: hue angle of 275.12º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7CCE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 124 | 206 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.19 |
| HSL | 275.12º | 0.46% | 0.65% | - |
| HSV(B) | 275.12º | 0.4% | 0.81% | - |
| XYZ | 35.36 | 27.64 | 61.86 | - |
| YUV | 147.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 206 | 0.17 | 0.40 | 0 | 0.19 | 275.12 | 0.46 | 0.65 |
| Hex | AC | 7C | CE | 11 | 28 | 0 | 13 | 113 | 2E | 41 |
| Octal | 254 | 174 | 316 | 21 | 50 | 0 | 23 | 423 | 56 | 101 |
| Binary | 10101100 | 1111100 | 11001110 | 10001 | 101000 | 0 | 10011 | 100010011 | 101110 | 1000001 |
Color Harmonies of #AC7CCE
Complementary color
Monochromatic Colors of #AC7CCE
Black with #AC7CCE
Text Example
Text Example
White with #AC7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CCE; }
p { color: rgb(172,124,206); }
H1.HeaderClassName
{
color: #AC7CCE;
}
.AnyTagClassName
{
color: #AC7CCE;
}
</style>
background-color css
<style>
a { background-color: #AC7CCE; }
a { background-color: rgb(172,124,206); }
div.DivClassName
{
background-color: #AC7CCE;
}
.BgClassName
{
background-color: #AC7CCE;
}
</style>
border-color css
<style>
span { border-color: #AC7CCE; }
span { border-color: rgb(172,124,206); }
td.TdClassName
{
border-color: #AC7CCE;
}
.TagClassName
{
border-color: #AC7CCE;
}
</style>