Shades of East Side #AE73C5
Tints of East Side #AE73C5
RGB
CMYK
RGB Variations
Color information
#AE73C5 (or 0xAE73C5) is known color: East Side. HEX triplet: AE, 73 and C5. RGB value is (174,115,197). Sum of RGB (Red+Green+Blue) = 174+115+197=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE73C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73C5 is #518C3A. Grayscale: #8D8D8D. Windows color (decimal): -5344315 or 12940206. OLE color: 12940206.
HSL color Cylindrical-coordinate representation of color #AE73C5: hue angle of 283.17º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE73C5 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 115 | 197 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.23 |
| HSL | 283.17º | 0.41% | 0.61% | - |
| HSV(B) | 283.17º | 0.42% | 0.77% | - |
| XYZ | 33.66 | 25.29 | 55.93 | - |
| YUV | 141.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 197 | 0.12 | 0.42 | 0 | 0.23 | 283.17 | 0.41 | 0.61 |
| Hex | AE | 73 | C5 | C | 2A | 0 | 17 | 11B | 29 | 3D |
| Octal | 256 | 163 | 305 | 14 | 52 | 0 | 27 | 433 | 51 | 75 |
| Binary | 10101110 | 1110011 | 11000101 | 1100 | 101010 | 0 | 10111 | 100011011 | 101001 | 111101 |
Color Harmonies of #AE73C5
Complementary color
Monochromatic Colors of #AE73C5
Black with #AE73C5
Text Example
Text Example
White with #AE73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73C5; }
p { color: rgb(174,115,197); }
H1.HeaderClassName
{
color: #AE73C5;
}
.AnyTagClassName
{
color: #AE73C5;
}
</style>
background-color css
<style>
a { background-color: #AE73C5; }
a { background-color: rgb(174,115,197); }
div.DivClassName
{
background-color: #AE73C5;
}
.BgClassName
{
background-color: #AE73C5;
}
</style>
border-color css
<style>
span { border-color: #AE73C5; }
span { border-color: rgb(174,115,197); }
td.TdClassName
{
border-color: #AE73C5;
}
.TagClassName
{
border-color: #AE73C5;
}
</style>