Shades of East Side #AE85CE
Tints of East Side #AE85CE
RGB
CMYK
RGB Variations
Color information
#AE85CE (or 0xAE85CE) is known color: East Side. HEX triplet: AE, 85 and CE. RGB value is (174,133,206). Sum of RGB (Red+Green+Blue) = 174+133+206=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85CE is #517A31. Grayscale: #999999. Windows color (decimal): -5339698 or 13534638. OLE color: 13534638.
HSL color Cylindrical-coordinate representation of color #AE85CE: hue angle of 273.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE85CE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 133 | 206 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.19 |
| HSL | 273.7º | 0.43% | 0.66% | - |
| HSV(B) | 273.7º | 0.35% | 0.81% | - |
| XYZ | 36.98 | 30.23 | 62.28 | - |
| YUV | 153.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 206 | 0.16 | 0.35 | 0 | 0.19 | 273.7 | 0.43 | 0.66 |
| Hex | AE | 85 | CE | 10 | 23 | 0 | 13 | 112 | 2B | 42 |
| Octal | 256 | 205 | 316 | 20 | 43 | 0 | 23 | 422 | 53 | 102 |
| Binary | 10101110 | 10000101 | 11001110 | 10000 | 100011 | 0 | 10011 | 100010010 | 101011 | 1000010 |
Color Harmonies of #AE85CE
Complementary color
Monochromatic Colors of #AE85CE
Black with #AE85CE
Text Example
Text Example
White with #AE85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE85CE; }
p { color: rgb(174,133,206); }
H1.HeaderClassName
{
color: #AE85CE;
}
.AnyTagClassName
{
color: #AE85CE;
}
</style>
background-color css
<style>
a { background-color: #AE85CE; }
a { background-color: rgb(174,133,206); }
div.DivClassName
{
background-color: #AE85CE;
}
.BgClassName
{
background-color: #AE85CE;
}
</style>
border-color css
<style>
span { border-color: #AE85CE; }
span { border-color: rgb(174,133,206); }
td.TdClassName
{
border-color: #AE85CE;
}
.TagClassName
{
border-color: #AE85CE;
}
</style>