Shades of East Side #AE7DCA
Tints of East Side #AE7DCA
RGB
CMYK
RGB Variations
Color information
#AE7DCA (or 0xAE7DCA) is known color: East Side. HEX triplet: AE, 7D and CA. RGB value is (174,125,202). Sum of RGB (Red+Green+Blue) = 174+125+202=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DCA is #518235. Grayscale: #949494. Windows color (decimal): -5341750 or 13270446. OLE color: 13270446.
HSL color Cylindrical-coordinate representation of color #AE7DCA: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE7DCA is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 125 | 202 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.21 |
| HSL | 278.18º | 0.42% | 0.64% | - |
| HSV(B) | 278.18º | 0.38% | 0.79% | - |
| XYZ | 35.45 | 27.93 | 59.4 | - |
| YUV | 148.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 202 | 0.14 | 0.38 | 0 | 0.21 | 278.18 | 0.42 | 0.64 |
| Hex | AE | 7D | CA | E | 26 | 0 | 15 | 116 | 2A | 40 |
| Octal | 256 | 175 | 312 | 16 | 46 | 0 | 25 | 426 | 52 | 100 |
| Binary | 10101110 | 1111101 | 11001010 | 1110 | 100110 | 0 | 10101 | 100010110 | 101010 | 1000000 |
Color Harmonies of #AE7DCA
Complementary color
Monochromatic Colors of #AE7DCA
Black with #AE7DCA
Text Example
Text Example
White with #AE7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7DCA; }
p { color: rgb(174,125,202); }
H1.HeaderClassName
{
color: #AE7DCA;
}
.AnyTagClassName
{
color: #AE7DCA;
}
</style>
background-color css
<style>
a { background-color: #AE7DCA; }
a { background-color: rgb(174,125,202); }
div.DivClassName
{
background-color: #AE7DCA;
}
.BgClassName
{
background-color: #AE7DCA;
}
</style>
border-color css
<style>
span { border-color: #AE7DCA; }
span { border-color: rgb(174,125,202); }
td.TdClassName
{
border-color: #AE7DCA;
}
.TagClassName
{
border-color: #AE7DCA;
}
</style>