Shades of East Side #AE81C4
Tints of East Side #AE81C4
RGB
CMYK
RGB Variations
Color information
#AE81C4 (or 0xAE81C4) is known color: East Side. HEX triplet: AE, 81 and C4. RGB value is (174,129,196). Sum of RGB (Red+Green+Blue) = 174+129+196=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE81C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81C4 is #517E3B. Grayscale: #959595. Windows color (decimal): -5340732 or 12878254. OLE color: 12878254.
HSL color Cylindrical-coordinate representation of color #AE81C4: hue angle of 280.3º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE81C4 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 129 | 196 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.23 |
| HSL | 280.3º | 0.36% | 0.64% | - |
| HSV(B) | 280.3º | 0.34% | 0.77% | - |
| XYZ | 35.27 | 28.68 | 55.9 | - |
| YUV | 150.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 196 | 0.11 | 0.34 | 0 | 0.23 | 280.3 | 0.36 | 0.64 |
| Hex | AE | 81 | C4 | B | 22 | 0 | 17 | 118 | 24 | 40 |
| Octal | 256 | 201 | 304 | 13 | 42 | 0 | 27 | 430 | 44 | 100 |
| Binary | 10101110 | 10000001 | 11000100 | 1011 | 100010 | 0 | 10111 | 100011000 | 100100 | 1000000 |
Color Harmonies of #AE81C4
Complementary color
Monochromatic Colors of #AE81C4
Black with #AE81C4
Text Example
Text Example
White with #AE81C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE81C4; }
p { color: rgb(174,129,196); }
H1.HeaderClassName
{
color: #AE81C4;
}
.AnyTagClassName
{
color: #AE81C4;
}
</style>
background-color css
<style>
a { background-color: #AE81C4; }
a { background-color: rgb(174,129,196); }
div.DivClassName
{
background-color: #AE81C4;
}
.BgClassName
{
background-color: #AE81C4;
}
</style>
border-color css
<style>
span { border-color: #AE81C4; }
span { border-color: rgb(174,129,196); }
td.TdClassName
{
border-color: #AE81C4;
}
.TagClassName
{
border-color: #AE81C4;
}
</style>