Shades of East Side #AE74CA
Tints of East Side #AE74CA
RGB
CMYK
RGB Variations
Color information
#AE74CA (or 0xAE74CA) is known color: East Side. HEX triplet: AE, 74 and CA. RGB value is (174,116,202). Sum of RGB (Red+Green+Blue) = 174+116+202=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE74CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74CA is #518B35. Grayscale: #8E8E8E. Windows color (decimal): -5344054 or 13268142. OLE color: 13268142.
HSL color Cylindrical-coordinate representation of color #AE74CA: hue angle of 280.47º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE74CA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 116 | 202 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.21 |
| HSL | 280.47º | 0.45% | 0.62% | - |
| HSV(B) | 280.47º | 0.43% | 0.79% | - |
| XYZ | 34.36 | 25.75 | 59.04 | - |
| YUV | 143.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 202 | 0.14 | 0.43 | 0 | 0.21 | 280.47 | 0.45 | 0.62 |
| Hex | AE | 74 | CA | E | 2B | 0 | 15 | 118 | 2D | 3E |
| Octal | 256 | 164 | 312 | 16 | 53 | 0 | 25 | 430 | 55 | 76 |
| Binary | 10101110 | 1110100 | 11001010 | 1110 | 101011 | 0 | 10101 | 100011000 | 101101 | 111110 |
Color Harmonies of #AE74CA
Complementary color
Monochromatic Colors of #AE74CA
Black with #AE74CA
Text Example
Text Example
White with #AE74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74CA; }
p { color: rgb(174,116,202); }
H1.HeaderClassName
{
color: #AE74CA;
}
.AnyTagClassName
{
color: #AE74CA;
}
</style>
background-color css
<style>
a { background-color: #AE74CA; }
a { background-color: rgb(174,116,202); }
div.DivClassName
{
background-color: #AE74CA;
}
.BgClassName
{
background-color: #AE74CA;
}
</style>
border-color css
<style>
span { border-color: #AE74CA; }
span { border-color: rgb(174,116,202); }
td.TdClassName
{
border-color: #AE74CA;
}
.TagClassName
{
border-color: #AE74CA;
}
</style>