Shades of East Side #AE8BCB
Tints of East Side #AE8BCB
RGB
CMYK
RGB Variations
Color information
#AE8BCB (or 0xAE8BCB) is known color: East Side. HEX triplet: AE, 8B and CB. RGB value is (174,139,203). Sum of RGB (Red+Green+Blue) = 174+139+203=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BCB is #517434. Grayscale: #9C9C9C. Windows color (decimal): -5338165 or 13339566. OLE color: 13339566.
HSL color Cylindrical-coordinate representation of color #AE8BCB: hue angle of 272.81º 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 #AE8BCB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 139 | 203 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.20 |
| HSL | 272.81º | 0.38% | 0.67% | - |
| HSV(B) | 272.81º | 0.32% | 0.8% | - |
| XYZ | 37.47 | 31.78 | 60.66 | - |
| YUV | 156.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 203 | 0.14 | 0.32 | 0 | 0.20 | 272.81 | 0.38 | 0.67 |
| Hex | AE | 8B | CB | E | 20 | 0 | 14 | 111 | 26 | 43 |
| Octal | 256 | 213 | 313 | 16 | 40 | 0 | 24 | 421 | 46 | 103 |
| Binary | 10101110 | 10001011 | 11001011 | 1110 | 100000 | 0 | 10100 | 100010001 | 100110 | 1000011 |
Color Harmonies of #AE8BCB
Complementary color
Monochromatic Colors of #AE8BCB
Black with #AE8BCB
Text Example
Text Example
White with #AE8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8BCB; }
p { color: rgb(174,139,203); }
H1.HeaderClassName
{
color: #AE8BCB;
}
.AnyTagClassName
{
color: #AE8BCB;
}
</style>
background-color css
<style>
a { background-color: #AE8BCB; }
a { background-color: rgb(174,139,203); }
div.DivClassName
{
background-color: #AE8BCB;
}
.BgClassName
{
background-color: #AE8BCB;
}
</style>
border-color css
<style>
span { border-color: #AE8BCB; }
span { border-color: rgb(174,139,203); }
td.TdClassName
{
border-color: #AE8BCB;
}
.TagClassName
{
border-color: #AE8BCB;
}
</style>