Shades of East Side #AE80C5
Tints of East Side #AE80C5
RGB
CMYK
RGB Variations
Color information
#AE80C5 (or 0xAE80C5) is known color: East Side. HEX triplet: AE, 80 and C5. RGB value is (174,128,197). Sum of RGB (Red+Green+Blue) = 174+128+197=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE80C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80C5 is #517F3A. Grayscale: #959595. Windows color (decimal): -5340987 or 12943534. OLE color: 12943534.
HSL color Cylindrical-coordinate representation of color #AE80C5: hue angle of 280º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE80C5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 128 | 197 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.23 |
| HSL | 280º | 0.37% | 0.64% | - |
| HSV(B) | 280º | 0.35% | 0.77% | - |
| XYZ | 35.25 | 28.47 | 56.46 | - |
| YUV | 149.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 197 | 0.12 | 0.35 | 0 | 0.23 | 280 | 0.37 | 0.64 |
| Hex | AE | 80 | C5 | C | 23 | 0 | 17 | 118 | 25 | 40 |
| Octal | 256 | 200 | 305 | 14 | 43 | 0 | 27 | 430 | 45 | 100 |
| Binary | 10101110 | 10000000 | 11000101 | 1100 | 100011 | 0 | 10111 | 100011000 | 100101 | 1000000 |
Color Harmonies of #AE80C5
Complementary color
Monochromatic Colors of #AE80C5
Black with #AE80C5
Text Example
Text Example
White with #AE80C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE80C5; }
p { color: rgb(174,128,197); }
H1.HeaderClassName
{
color: #AE80C5;
}
.AnyTagClassName
{
color: #AE80C5;
}
</style>
background-color css
<style>
a { background-color: #AE80C5; }
a { background-color: rgb(174,128,197); }
div.DivClassName
{
background-color: #AE80C5;
}
.BgClassName
{
background-color: #AE80C5;
}
</style>
border-color css
<style>
span { border-color: #AE80C5; }
span { border-color: rgb(174,128,197); }
td.TdClassName
{
border-color: #AE80C5;
}
.TagClassName
{
border-color: #AE80C5;
}
</style>