Shades of East Side #AE7CCC
Tints of East Side #AE7CCC
RGB
CMYK
RGB Variations
Color information
#AE7CCC (or 0xAE7CCC) is known color: East Side. HEX triplet: AE, 7C and CC. RGB value is (174,124,204). Sum of RGB (Red+Green+Blue) = 174+124+204=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CCC is #518333. Grayscale: #939393. Windows color (decimal): -5342004 or 13401262. OLE color: 13401262.
HSL color Cylindrical-coordinate representation of color #AE7CCC: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE7CCC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 124 | 204 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.2 |
| HSL | 277.5º | 0.44% | 0.64% | - |
| HSV(B) | 277.5º | 0.39% | 0.8% | - |
| XYZ | 35.56 | 27.77 | 60.61 | - |
| YUV | 148.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 204 | 0.15 | 0.39 | 0 | 0.2 | 277.5 | 0.44 | 0.64 |
| Hex | AE | 7C | CC | F | 27 | 0 | 14 | 116 | 2C | 40 |
| Octal | 256 | 174 | 314 | 17 | 47 | 0 | 24 | 426 | 54 | 100 |
| Binary | 10101110 | 1111100 | 11001100 | 1111 | 100111 | 0 | 10100 | 100010110 | 101100 | 1000000 |
Color Harmonies of #AE7CCC
Complementary color
Monochromatic Colors of #AE7CCC
Black with #AE7CCC
Text Example
Text Example
White with #AE7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CCC; }
p { color: rgb(174,124,204); }
H1.HeaderClassName
{
color: #AE7CCC;
}
.AnyTagClassName
{
color: #AE7CCC;
}
</style>
background-color css
<style>
a { background-color: #AE7CCC; }
a { background-color: rgb(174,124,204); }
div.DivClassName
{
background-color: #AE7CCC;
}
.BgClassName
{
background-color: #AE7CCC;
}
</style>
border-color css
<style>
span { border-color: #AE7CCC; }
span { border-color: rgb(174,124,204); }
td.TdClassName
{
border-color: #AE7CCC;
}
.TagClassName
{
border-color: #AE7CCC;
}
</style>