Shades of East Side #AE8FC0
Tints of East Side #AE8FC0
RGB
CMYK
RGB Variations
Color information
#AE8FC0 (or 0xAE8FC0) is known color: East Side. HEX triplet: AE, 8F and C0. RGB value is (174,143,192). Sum of RGB (Red+Green+Blue) = 174+143+192=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE8FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FC0 is #51703F. Grayscale: #9D9D9D. Windows color (decimal): -5337152 or 12619694. OLE color: 12619694.
HSL color Cylindrical-coordinate representation of color #AE8FC0: hue angle of 277.96º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8FC0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 143 | 192 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.25 |
| HSL | 277.96º | 0.28% | 0.66% | - |
| HSV(B) | 277.96º | 0.26% | 0.75% | - |
| XYZ | 36.79 | 32.45 | 54.19 | - |
| YUV | 157.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 192 | 0.09 | 0.26 | 0 | 0.25 | 277.96 | 0.28 | 0.66 |
| Hex | AE | 8F | C0 | 9 | 1A | 0 | 19 | 116 | 1C | 42 |
| Octal | 256 | 217 | 300 | 11 | 32 | 0 | 31 | 426 | 34 | 102 |
| Binary | 10101110 | 10001111 | 11000000 | 1001 | 11010 | 0 | 11001 | 100010110 | 11100 | 1000010 |
Color Harmonies of #AE8FC0
Complementary color
Monochromatic Colors of #AE8FC0
Black with #AE8FC0
Text Example
Text Example
White with #AE8FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FC0; }
p { color: rgb(174,143,192); }
H1.HeaderClassName
{
color: #AE8FC0;
}
.AnyTagClassName
{
color: #AE8FC0;
}
</style>
background-color css
<style>
a { background-color: #AE8FC0; }
a { background-color: rgb(174,143,192); }
div.DivClassName
{
background-color: #AE8FC0;
}
.BgClassName
{
background-color: #AE8FC0;
}
</style>
border-color css
<style>
span { border-color: #AE8FC0; }
span { border-color: rgb(174,143,192); }
td.TdClassName
{
border-color: #AE8FC0;
}
.TagClassName
{
border-color: #AE8FC0;
}
</style>