Shades of East Side #AE7CBE
Tints of East Side #AE7CBE
RGB
CMYK
RGB Variations
Color information
#AE7CBE (or 0xAE7CBE) is known color: East Side. HEX triplet: AE, 7C and BE. RGB value is (174,124,190). Sum of RGB (Red+Green+Blue) = 174+124+190=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CBE is #518341. Grayscale: #929292. Windows color (decimal): -5342018 or 12483758. OLE color: 12483758.
HSL color Cylindrical-coordinate representation of color #AE7CBE: hue angle of 285.45º degrees, saturation: 0.34, 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 #AE7CBE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 124 | 190 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.25 |
| HSL | 285.45º | 0.34% | 0.62% | - |
| HSV(B) | 285.45º | 0.35% | 0.75% | - |
| XYZ | 33.96 | 27.13 | 52.16 | - |
| YUV | 146.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 190 | 0.08 | 0.35 | 0 | 0.25 | 285.45 | 0.34 | 0.62 |
| Hex | AE | 7C | BE | 8 | 23 | 0 | 19 | 11D | 22 | 3E |
| Octal | 256 | 174 | 276 | 10 | 43 | 0 | 31 | 435 | 42 | 76 |
| Binary | 10101110 | 1111100 | 10111110 | 1000 | 100011 | 0 | 11001 | 100011101 | 100010 | 111110 |
Color Harmonies of #AE7CBE
Complementary color
Monochromatic Colors of #AE7CBE
Black with #AE7CBE
Text Example
Text Example
White with #AE7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CBE; }
p { color: rgb(174,124,190); }
H1.HeaderClassName
{
color: #AE7CBE;
}
.AnyTagClassName
{
color: #AE7CBE;
}
</style>
background-color css
<style>
a { background-color: #AE7CBE; }
a { background-color: rgb(174,124,190); }
div.DivClassName
{
background-color: #AE7CBE;
}
.BgClassName
{
background-color: #AE7CBE;
}
</style>
border-color css
<style>
span { border-color: #AE7CBE; }
span { border-color: rgb(174,124,190); }
td.TdClassName
{
border-color: #AE7CBE;
}
.TagClassName
{
border-color: #AE7CBE;
}
</style>