Shades of East Side #AE80D5
Tints of East Side #AE80D5
RGB
CMYK
RGB Variations
Color information
#AE80D5 (or 0xAE80D5) is known color: East Side. HEX triplet: AE, 80 and D5. RGB value is (174,128,213). Sum of RGB (Red+Green+Blue) = 174+128+213=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80D5 is #517F2A. Grayscale: #979797. Windows color (decimal): -5340971 or 13992110. OLE color: 13992110.
HSL color Cylindrical-coordinate representation of color #AE80D5: hue angle of 272.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE80D5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 128 | 213 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.16 |
| HSL | 272.47º | 0.5% | 0.67% | - |
| HSV(B) | 272.47º | 0.4% | 0.84% | - |
| XYZ | 37.18 | 29.24 | 66.64 | - |
| YUV | 151.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 213 | 0.18 | 0.40 | 0 | 0.16 | 272.47 | 0.5 | 0.67 |
| Hex | AE | 80 | D5 | 12 | 28 | 0 | 10 | 110 | 32 | 43 |
| Octal | 256 | 200 | 325 | 22 | 50 | 0 | 20 | 420 | 62 | 103 |
| Binary | 10101110 | 10000000 | 11010101 | 10010 | 101000 | 0 | 10000 | 100010000 | 110010 | 1000011 |
Color Harmonies of #AE80D5
Complementary color
Monochromatic Colors of #AE80D5
Black with #AE80D5
Text Example
Text Example
White with #AE80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE80D5; }
p { color: rgb(174,128,213); }
H1.HeaderClassName
{
color: #AE80D5;
}
.AnyTagClassName
{
color: #AE80D5;
}
</style>
background-color css
<style>
a { background-color: #AE80D5; }
a { background-color: rgb(174,128,213); }
div.DivClassName
{
background-color: #AE80D5;
}
.BgClassName
{
background-color: #AE80D5;
}
</style>
border-color css
<style>
span { border-color: #AE80D5; }
span { border-color: rgb(174,128,213); }
td.TdClassName
{
border-color: #AE80D5;
}
.TagClassName
{
border-color: #AE80D5;
}
</style>