Shades of East Side #AE7BB6
Tints of East Side #AE7BB6
RGB
CMYK
RGB Variations
Color information
#AE7BB6 (or 0xAE7BB6) is known color: East Side. HEX triplet: AE, 7B and B6. RGB value is (174,123,182). Sum of RGB (Red+Green+Blue) = 174+123+182=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE7BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BB6 is #518449. Grayscale: #909090. Windows color (decimal): -5342282 or 11959214. OLE color: 11959214.
HSL color Cylindrical-coordinate representation of color #AE7BB6: hue angle of 291.86º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7BB6 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 123 | 182 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.29 |
| HSL | 291.86º | 0.29% | 0.6% | - |
| HSV(B) | 291.86º | 0.32% | 0.71% | - |
| XYZ | 32.98 | 26.54 | 47.64 | - |
| YUV | 144.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 182 | 0.04 | 0.32 | 0 | 0.29 | 291.86 | 0.29 | 0.6 |
| Hex | AE | 7B | B6 | 4 | 20 | 0 | 1D | 124 | 1D | 3C |
| Octal | 256 | 173 | 266 | 4 | 40 | 0 | 35 | 444 | 35 | 74 |
| Binary | 10101110 | 1111011 | 10110110 | 100 | 100000 | 0 | 11101 | 100100100 | 11101 | 111100 |
Color Harmonies of #AE7BB6
Complementary color
Monochromatic Colors of #AE7BB6
Black with #AE7BB6
Text Example
Text Example
White with #AE7BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BB6; }
p { color: rgb(174,123,182); }
H1.HeaderClassName
{
color: #AE7BB6;
}
.AnyTagClassName
{
color: #AE7BB6;
}
</style>
background-color css
<style>
a { background-color: #AE7BB6; }
a { background-color: rgb(174,123,182); }
div.DivClassName
{
background-color: #AE7BB6;
}
.BgClassName
{
background-color: #AE7BB6;
}
</style>
border-color css
<style>
span { border-color: #AE7BB6; }
span { border-color: rgb(174,123,182); }
td.TdClassName
{
border-color: #AE7BB6;
}
.TagClassName
{
border-color: #AE7BB6;
}
</style>