Shades of East Side #AE81BB
Tints of East Side #AE81BB
RGB
CMYK
RGB Variations
Color information
#AE81BB (or 0xAE81BB) is known color: East Side. HEX triplet: AE, 81 and BB. RGB value is (174,129,187). Sum of RGB (Red+Green+Blue) = 174+129+187=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81BB is #517E44. Grayscale: #949494. Windows color (decimal): -5340741 or 12288430. OLE color: 12288430.
HSL color Cylindrical-coordinate representation of color #AE81BB: hue angle of 286.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE81BB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 129 | 187 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.27 |
| HSL | 286.55º | 0.3% | 0.62% | - |
| HSV(B) | 286.55º | 0.31% | 0.73% | - |
| XYZ | 34.28 | 28.29 | 50.67 | - |
| YUV | 149.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 187 | 0.07 | 0.31 | 0 | 0.27 | 286.55 | 0.3 | 0.62 |
| Hex | AE | 81 | BB | 7 | 1F | 0 | 1B | 11F | 1E | 3E |
| Octal | 256 | 201 | 273 | 7 | 37 | 0 | 33 | 437 | 36 | 76 |
| Binary | 10101110 | 10000001 | 10111011 | 111 | 11111 | 0 | 11011 | 100011111 | 11110 | 111110 |
Color Harmonies of #AE81BB
Complementary color
Monochromatic Colors of #AE81BB
Black with #AE81BB
Text Example
Text Example
White with #AE81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE81BB; }
p { color: rgb(174,129,187); }
H1.HeaderClassName
{
color: #AE81BB;
}
.AnyTagClassName
{
color: #AE81BB;
}
</style>
background-color css
<style>
a { background-color: #AE81BB; }
a { background-color: rgb(174,129,187); }
div.DivClassName
{
background-color: #AE81BB;
}
.BgClassName
{
background-color: #AE81BB;
}
</style>
border-color css
<style>
span { border-color: #AE81BB; }
span { border-color: rgb(174,129,187); }
td.TdClassName
{
border-color: #AE81BB;
}
.TagClassName
{
border-color: #AE81BB;
}
</style>