Shades of East Side #AE85C3
Tints of East Side #AE85C3
RGB
CMYK
RGB Variations
Color information
#AE85C3 (or 0xAE85C3) is known color: East Side. HEX triplet: AE, 85 and C3. RGB value is (174,133,195). Sum of RGB (Red+Green+Blue) = 174+133+195=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE85C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85C3 is #517A3C. Grayscale: #989898. Windows color (decimal): -5339709 or 12813742. OLE color: 12813742.
HSL color Cylindrical-coordinate representation of color #AE85C3: hue angle of 279.68º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE85C3 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 133 | 195 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.24 |
| HSL | 279.68º | 0.34% | 0.64% | - |
| HSV(B) | 279.68º | 0.32% | 0.76% | - |
| XYZ | 35.69 | 29.71 | 55.48 | - |
| YUV | 152.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 195 | 0.11 | 0.32 | 0 | 0.24 | 279.68 | 0.34 | 0.64 |
| Hex | AE | 85 | C3 | B | 20 | 0 | 18 | 118 | 22 | 40 |
| Octal | 256 | 205 | 303 | 13 | 40 | 0 | 30 | 430 | 42 | 100 |
| Binary | 10101110 | 10000101 | 11000011 | 1011 | 100000 | 0 | 11000 | 100011000 | 100010 | 1000000 |
Color Harmonies of #AE85C3
Complementary color
Monochromatic Colors of #AE85C3
Black with #AE85C3
Text Example
Text Example
White with #AE85C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE85C3; }
p { color: rgb(174,133,195); }
H1.HeaderClassName
{
color: #AE85C3;
}
.AnyTagClassName
{
color: #AE85C3;
}
</style>
background-color css
<style>
a { background-color: #AE85C3; }
a { background-color: rgb(174,133,195); }
div.DivClassName
{
background-color: #AE85C3;
}
.BgClassName
{
background-color: #AE85C3;
}
</style>
border-color css
<style>
span { border-color: #AE85C3; }
span { border-color: rgb(174,133,195); }
td.TdClassName
{
border-color: #AE85C3;
}
.TagClassName
{
border-color: #AE85C3;
}
</style>