Shades of East Side #AE7DB7
Tints of East Side #AE7DB7
RGB
CMYK
RGB Variations
Color information
#AE7DB7 (or 0xAE7DB7) is known color: East Side. HEX triplet: AE, 7D and B7. RGB value is (174,125,183). Sum of RGB (Red+Green+Blue) = 174+125+183=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE7DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DB7 is #518248. Grayscale: #929292. Windows color (decimal): -5341769 or 12025262. OLE color: 12025262.
HSL color Cylindrical-coordinate representation of color #AE7DB7: hue angle of 290.69º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7DB7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 125 | 183 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.28 |
| HSL | 290.69º | 0.29% | 0.6% | - |
| HSV(B) | 290.69º | 0.32% | 0.72% | - |
| XYZ | 33.34 | 27.08 | 48.27 | - |
| YUV | 146.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 183 | 0.05 | 0.32 | 0 | 0.28 | 290.69 | 0.29 | 0.6 |
| Hex | AE | 7D | B7 | 5 | 20 | 0 | 1C | 123 | 1D | 3C |
| Octal | 256 | 175 | 267 | 5 | 40 | 0 | 34 | 443 | 35 | 74 |
| Binary | 10101110 | 1111101 | 10110111 | 101 | 100000 | 0 | 11100 | 100100011 | 11101 | 111100 |
Color Harmonies of #AE7DB7
Complementary color
Monochromatic Colors of #AE7DB7
Black with #AE7DB7
Text Example
Text Example
White with #AE7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7DB7; }
p { color: rgb(174,125,183); }
H1.HeaderClassName
{
color: #AE7DB7;
}
.AnyTagClassName
{
color: #AE7DB7;
}
</style>
background-color css
<style>
a { background-color: #AE7DB7; }
a { background-color: rgb(174,125,183); }
div.DivClassName
{
background-color: #AE7DB7;
}
.BgClassName
{
background-color: #AE7DB7;
}
</style>
border-color css
<style>
span { border-color: #AE7DB7; }
span { border-color: rgb(174,125,183); }
td.TdClassName
{
border-color: #AE7DB7;
}
.TagClassName
{
border-color: #AE7DB7;
}
</style>