Shades of East Side #AE8ACB
Tints of East Side #AE8ACB
RGB
CMYK
RGB Variations
Color information
#AE8ACB (or 0xAE8ACB) is known color: East Side. HEX triplet: AE, 8A and CB. RGB value is (174,138,203). Sum of RGB (Red+Green+Blue) = 174+138+203=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ACB is #517534. Grayscale: #9B9B9B. Windows color (decimal): -5338421 or 13339310. OLE color: 13339310.
HSL color Cylindrical-coordinate representation of color #AE8ACB: hue angle of 273.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8ACB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 138 | 203 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.20 |
| HSL | 273.23º | 0.38% | 0.67% | - |
| HSV(B) | 273.23º | 0.32% | 0.8% | - |
| XYZ | 37.32 | 31.49 | 60.61 | - |
| YUV | 156.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 203 | 0.14 | 0.32 | 0 | 0.20 | 273.23 | 0.38 | 0.67 |
| Hex | AE | 8A | CB | E | 20 | 0 | 14 | 111 | 26 | 43 |
| Octal | 256 | 212 | 313 | 16 | 40 | 0 | 24 | 421 | 46 | 103 |
| Binary | 10101110 | 10001010 | 11001011 | 1110 | 100000 | 0 | 10100 | 100010001 | 100110 | 1000011 |
Color Harmonies of #AE8ACB
Complementary color
Monochromatic Colors of #AE8ACB
Black with #AE8ACB
Text Example
Text Example
White with #AE8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8ACB; }
p { color: rgb(174,138,203); }
H1.HeaderClassName
{
color: #AE8ACB;
}
.AnyTagClassName
{
color: #AE8ACB;
}
</style>
background-color css
<style>
a { background-color: #AE8ACB; }
a { background-color: rgb(174,138,203); }
div.DivClassName
{
background-color: #AE8ACB;
}
.BgClassName
{
background-color: #AE8ACB;
}
</style>
border-color css
<style>
span { border-color: #AE8ACB; }
span { border-color: rgb(174,138,203); }
td.TdClassName
{
border-color: #AE8ACB;
}
.TagClassName
{
border-color: #AE8ACB;
}
</style>