Shades of East Side #AE85CB
Tints of East Side #AE85CB
RGB
CMYK
RGB Variations
Color information
#AE85CB (or 0xAE85CB) is known color: East Side. HEX triplet: AE, 85 and CB. RGB value is (174,133,203). Sum of RGB (Red+Green+Blue) = 174+133+203=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85CB is #517A34. Grayscale: #999999. Windows color (decimal): -5339701 or 13338030. OLE color: 13338030.
HSL color Cylindrical-coordinate representation of color #AE85CB: hue angle of 275.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE85CB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 133 | 203 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.20 |
| HSL | 275.14º | 0.4% | 0.66% | - |
| HSV(B) | 275.14º | 0.34% | 0.8% | - |
| XYZ | 36.62 | 30.09 | 60.38 | - |
| YUV | 153.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 203 | 0.14 | 0.34 | 0 | 0.20 | 275.14 | 0.4 | 0.66 |
| Hex | AE | 85 | CB | E | 22 | 0 | 14 | 113 | 28 | 42 |
| Octal | 256 | 205 | 313 | 16 | 42 | 0 | 24 | 423 | 50 | 102 |
| Binary | 10101110 | 10000101 | 11001011 | 1110 | 100010 | 0 | 10100 | 100010011 | 101000 | 1000010 |
Color Harmonies of #AE85CB
Complementary color
Monochromatic Colors of #AE85CB
Black with #AE85CB
Text Example
Text Example
White with #AE85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE85CB; }
p { color: rgb(174,133,203); }
H1.HeaderClassName
{
color: #AE85CB;
}
.AnyTagClassName
{
color: #AE85CB;
}
</style>
background-color css
<style>
a { background-color: #AE85CB; }
a { background-color: rgb(174,133,203); }
div.DivClassName
{
background-color: #AE85CB;
}
.BgClassName
{
background-color: #AE85CB;
}
</style>
border-color css
<style>
span { border-color: #AE85CB; }
span { border-color: rgb(174,133,203); }
td.TdClassName
{
border-color: #AE85CB;
}
.TagClassName
{
border-color: #AE85CB;
}
</style>