Shades of East Side #AE78CA
Tints of East Side #AE78CA
RGB
CMYK
RGB Variations
Color information
#AE78CA (or 0xAE78CA) is known color: East Side. HEX triplet: AE, 78 and CA. RGB value is (174,120,202). Sum of RGB (Red+Green+Blue) = 174+120+202=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78CA is #518735. Grayscale: #919191. Windows color (decimal): -5343030 or 13269166. OLE color: 13269166.
HSL color Cylindrical-coordinate representation of color #AE78CA: hue angle of 279.51º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE78CA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 120 | 202 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.21 |
| HSL | 279.51º | 0.44% | 0.63% | - |
| HSV(B) | 279.51º | 0.41% | 0.79% | - |
| XYZ | 34.83 | 26.7 | 59.19 | - |
| YUV | 145.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 202 | 0.14 | 0.41 | 0 | 0.21 | 279.51 | 0.44 | 0.63 |
| Hex | AE | 78 | CA | E | 29 | 0 | 15 | 118 | 2C | 3F |
| Octal | 256 | 170 | 312 | 16 | 51 | 0 | 25 | 430 | 54 | 77 |
| Binary | 10101110 | 1111000 | 11001010 | 1110 | 101001 | 0 | 10101 | 100011000 | 101100 | 111111 |
Color Harmonies of #AE78CA
Complementary color
Monochromatic Colors of #AE78CA
Black with #AE78CA
Text Example
Text Example
White with #AE78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE78CA; }
p { color: rgb(174,120,202); }
H1.HeaderClassName
{
color: #AE78CA;
}
.AnyTagClassName
{
color: #AE78CA;
}
</style>
background-color css
<style>
a { background-color: #AE78CA; }
a { background-color: rgb(174,120,202); }
div.DivClassName
{
background-color: #AE78CA;
}
.BgClassName
{
background-color: #AE78CA;
}
</style>
border-color css
<style>
span { border-color: #AE78CA; }
span { border-color: rgb(174,120,202); }
td.TdClassName
{
border-color: #AE78CA;
}
.TagClassName
{
border-color: #AE78CA;
}
</style>