Shades of East Side #AE80CE
Tints of East Side #AE80CE
RGB
CMYK
RGB Variations
Color information
#AE80CE (or 0xAE80CE) is known color: East Side. HEX triplet: AE, 80 and CE. RGB value is (174,128,206). Sum of RGB (Red+Green+Blue) = 174+128+206=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80CE is #517F31. Grayscale: #969696. Windows color (decimal): -5340978 or 13533358. OLE color: 13533358.
HSL color Cylindrical-coordinate representation of color #AE80CE: hue angle of 275.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE80CE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 128 | 206 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.19 |
| HSL | 275.38º | 0.44% | 0.65% | - |
| HSV(B) | 275.38º | 0.38% | 0.81% | - |
| XYZ | 36.32 | 28.89 | 62.06 | - |
| YUV | 150.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 206 | 0.16 | 0.38 | 0 | 0.19 | 275.38 | 0.44 | 0.65 |
| Hex | AE | 80 | CE | 10 | 26 | 0 | 13 | 113 | 2C | 41 |
| Octal | 256 | 200 | 316 | 20 | 46 | 0 | 23 | 423 | 54 | 101 |
| Binary | 10101110 | 10000000 | 11001110 | 10000 | 100110 | 0 | 10011 | 100010011 | 101100 | 1000001 |
Color Harmonies of #AE80CE
Complementary color
Monochromatic Colors of #AE80CE
Black with #AE80CE
Text Example
Text Example
White with #AE80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE80CE; }
p { color: rgb(174,128,206); }
H1.HeaderClassName
{
color: #AE80CE;
}
.AnyTagClassName
{
color: #AE80CE;
}
</style>
background-color css
<style>
a { background-color: #AE80CE; }
a { background-color: rgb(174,128,206); }
div.DivClassName
{
background-color: #AE80CE;
}
.BgClassName
{
background-color: #AE80CE;
}
</style>
border-color css
<style>
span { border-color: #AE80CE; }
span { border-color: rgb(174,128,206); }
td.TdClassName
{
border-color: #AE80CE;
}
.TagClassName
{
border-color: #AE80CE;
}
</style>