Shades of East Side #AE81C5
Tints of East Side #AE81C5
RGB
CMYK
RGB Variations
Color information
#AE81C5 (or 0xAE81C5) is known color: East Side. HEX triplet: AE, 81 and C5. RGB value is (174,129,197). Sum of RGB (Red+Green+Blue) = 174+129+197=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE81C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81C5 is #517E3A. Grayscale: #959595. Windows color (decimal): -5340731 or 12943790. OLE color: 12943790.
HSL color Cylindrical-coordinate representation of color #AE81C5: hue angle of 279.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE81C5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 129 | 197 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.23 |
| HSL | 279.71º | 0.37% | 0.64% | - |
| HSV(B) | 279.71º | 0.35% | 0.77% | - |
| XYZ | 35.38 | 28.73 | 56.5 | - |
| YUV | 150.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 197 | 0.12 | 0.35 | 0 | 0.23 | 279.71 | 0.37 | 0.64 |
| Hex | AE | 81 | C5 | C | 23 | 0 | 17 | 118 | 25 | 40 |
| Octal | 256 | 201 | 305 | 14 | 43 | 0 | 27 | 430 | 45 | 100 |
| Binary | 10101110 | 10000001 | 11000101 | 1100 | 100011 | 0 | 10111 | 100011000 | 100101 | 1000000 |
Color Harmonies of #AE81C5
Complementary color
Monochromatic Colors of #AE81C5
Black with #AE81C5
Text Example
Text Example
White with #AE81C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE81C5; }
p { color: rgb(174,129,197); }
H1.HeaderClassName
{
color: #AE81C5;
}
.AnyTagClassName
{
color: #AE81C5;
}
</style>
background-color css
<style>
a { background-color: #AE81C5; }
a { background-color: rgb(174,129,197); }
div.DivClassName
{
background-color: #AE81C5;
}
.BgClassName
{
background-color: #AE81C5;
}
</style>
border-color css
<style>
span { border-color: #AE81C5; }
span { border-color: rgb(174,129,197); }
td.TdClassName
{
border-color: #AE81C5;
}
.TagClassName
{
border-color: #AE81C5;
}
</style>