Shades of East Side #AE8BCD
Tints of East Side #AE8BCD
RGB
CMYK
RGB Variations
Color information
#AE8BCD (or 0xAE8BCD) is known color: East Side. HEX triplet: AE, 8B and CD. RGB value is (174,139,205). Sum of RGB (Red+Green+Blue) = 174+139+205=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BCD is #517432. Grayscale: #9C9C9C. Windows color (decimal): -5338163 or 13470638. OLE color: 13470638.
HSL color Cylindrical-coordinate representation of color #AE8BCD: hue angle of 271.82º degrees, saturation: 0.4, 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 #AE8BCD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 139 | 205 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.20 |
| HSL | 271.82º | 0.4% | 0.67% | - |
| HSV(B) | 271.82º | 0.32% | 0.8% | - |
| XYZ | 37.71 | 31.87 | 61.92 | - |
| YUV | 156.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 205 | 0.15 | 0.32 | 0 | 0.20 | 271.82 | 0.4 | 0.67 |
| Hex | AE | 8B | CD | F | 20 | 0 | 14 | 110 | 28 | 43 |
| Octal | 256 | 213 | 315 | 17 | 40 | 0 | 24 | 420 | 50 | 103 |
| Binary | 10101110 | 10001011 | 11001101 | 1111 | 100000 | 0 | 10100 | 100010000 | 101000 | 1000011 |
Color Harmonies of #AE8BCD
Complementary color
Monochromatic Colors of #AE8BCD
Black with #AE8BCD
Text Example
Text Example
White with #AE8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8BCD; }
p { color: rgb(174,139,205); }
H1.HeaderClassName
{
color: #AE8BCD;
}
.AnyTagClassName
{
color: #AE8BCD;
}
</style>
background-color css
<style>
a { background-color: #AE8BCD; }
a { background-color: rgb(174,139,205); }
div.DivClassName
{
background-color: #AE8BCD;
}
.BgClassName
{
background-color: #AE8BCD;
}
</style>
border-color css
<style>
span { border-color: #AE8BCD; }
span { border-color: rgb(174,139,205); }
td.TdClassName
{
border-color: #AE8BCD;
}
.TagClassName
{
border-color: #AE8BCD;
}
</style>