Shades of East Side #AE7EB6
Tints of East Side #AE7EB6
RGB
CMYK
RGB Variations
Color information
#AE7EB6 (or 0xAE7EB6) is known color: East Side. HEX triplet: AE, 7E and B6. RGB value is (174,126,182). Sum of RGB (Red+Green+Blue) = 174+126+182=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE7EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EB6 is #518149. Grayscale: #929292. Windows color (decimal): -5341514 or 11959982. OLE color: 11959982.
HSL color Cylindrical-coordinate representation of color #AE7EB6: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE7EB6 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 126 | 182 | - |
CMYK | 0.04 | 0.31 | 0 | 0.29 |
HSL | 291.43º | 0.28% | 0.6% | - |
HSV(B) | 291.43º | 0.31% | 0.71% | - |
XYZ | 33.36 | 27.3 | 47.77 | - |
YUV | 146.74 | 147.9 | 147.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 126 | 182 | 0.04 | 0.31 | 0 | 0.29 | 291.43 | 0.28 | 0.6 |
Hex | AE | 7E | B6 | 4 | 1F | 0 | 1D | 123 | 1C | 3C |
Octal | 256 | 176 | 266 | 4 | 37 | 0 | 35 | 443 | 34 | 74 |
Binary | 10101110 | 1111110 | 10110110 | 100 | 11111 | 0 | 11101 | 100100011 | 11100 | 111100 |
Color Harmonies of #AE7EB6
Complementary color
Monochromatic Colors of #AE7EB6
Black with #AE7EB6
Text Example
Text Example
White with #AE7EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7EB6; }
p { color: rgb(174,126,182); }
H1.HeaderClassName
{
color: #AE7EB6;
}
.AnyTagClassName
{
color: #AE7EB6;
}
</style>
background-color css
<style>
a { background-color: #AE7EB6; }
a { background-color: rgb(174,126,182); }
div.DivClassName
{
background-color: #AE7EB6;
}
.BgClassName
{
background-color: #AE7EB6;
}
</style>
border-color css
<style>
span { border-color: #AE7EB6; }
span { border-color: rgb(174,126,182); }
td.TdClassName
{
border-color: #AE7EB6;
}
.TagClassName
{
border-color: #AE7EB6;
}
</style>