Shades of East Side #AE83C1
Tints of East Side #AE83C1
RGB
CMYK
RGB Variations
Color information
#AE83C1 (or 0xAE83C1) is known color: East Side. HEX triplet: AE, 83 and C1. RGB value is (174,131,193). Sum of RGB (Red+Green+Blue) = 174+131+193=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83C1 is #517C3E. Grayscale: #969696. Windows color (decimal): -5340223 or 12682158. OLE color: 12682158.
HSL color Cylindrical-coordinate representation of color #AE83C1: hue angle of 281.61º degrees, saturation: 0.33, 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 #AE83C1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 131 | 193 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.24 |
| HSL | 281.61º | 0.33% | 0.64% | - |
| HSV(B) | 281.61º | 0.32% | 0.76% | - |
| XYZ | 35.2 | 29.08 | 54.21 | - |
| YUV | 150.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 193 | 0.10 | 0.32 | 0 | 0.24 | 281.61 | 0.33 | 0.64 |
| Hex | AE | 83 | C1 | A | 20 | 0 | 18 | 11A | 21 | 40 |
| Octal | 256 | 203 | 301 | 12 | 40 | 0 | 30 | 432 | 41 | 100 |
| Binary | 10101110 | 10000011 | 11000001 | 1010 | 100000 | 0 | 11000 | 100011010 | 100001 | 1000000 |
Color Harmonies of #AE83C1
Complementary color
Monochromatic Colors of #AE83C1
Black with #AE83C1
Text Example
Text Example
White with #AE83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE83C1; }
p { color: rgb(174,131,193); }
H1.HeaderClassName
{
color: #AE83C1;
}
.AnyTagClassName
{
color: #AE83C1;
}
</style>
background-color css
<style>
a { background-color: #AE83C1; }
a { background-color: rgb(174,131,193); }
div.DivClassName
{
background-color: #AE83C1;
}
.BgClassName
{
background-color: #AE83C1;
}
</style>
border-color css
<style>
span { border-color: #AE83C1; }
span { border-color: rgb(174,131,193); }
td.TdClassName
{
border-color: #AE83C1;
}
.TagClassName
{
border-color: #AE83C1;
}
</style>