Shades of East Side #AD80BA
Tints of East Side #AD80BA
RGB
CMYK
RGB Variations
Color information
#AD80BA (or 0xAD80BA) is known color: East Side. HEX triplet: AD, 80 and BA. RGB value is (173,128,186). Sum of RGB (Red+Green+Blue) = 173+128+186=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD80BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80BA is #527F45. Grayscale: #939393. Windows color (decimal): -5406534 or 12222637. OLE color: 12222637.
HSL color Cylindrical-coordinate representation of color #AD80BA: 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 #AD80BA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 128 | 186 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.27 |
| HSL | 286.55º | 0.3% | 0.62% | - |
| HSV(B) | 286.55º | 0.31% | 0.73% | - |
| XYZ | 33.82 | 27.87 | 50.05 | - |
| YUV | 148.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 186 | 0.07 | 0.31 | 0 | 0.27 | 286.55 | 0.3 | 0.62 |
| Hex | AD | 80 | BA | 7 | 1F | 0 | 1B | 11F | 1E | 3E |
| Octal | 255 | 200 | 272 | 7 | 37 | 0 | 33 | 437 | 36 | 76 |
| Binary | 10101101 | 10000000 | 10111010 | 111 | 11111 | 0 | 11011 | 100011111 | 11110 | 111110 |
Color Harmonies of #AD80BA
Complementary color
Monochromatic Colors of #AD80BA
Black with #AD80BA
Text Example
Text Example
White with #AD80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80BA; }
p { color: rgb(173,128,186); }
H1.HeaderClassName
{
color: #AD80BA;
}
.AnyTagClassName
{
color: #AD80BA;
}
</style>
background-color css
<style>
a { background-color: #AD80BA; }
a { background-color: rgb(173,128,186); }
div.DivClassName
{
background-color: #AD80BA;
}
.BgClassName
{
background-color: #AD80BA;
}
</style>
border-color css
<style>
span { border-color: #AD80BA; }
span { border-color: rgb(173,128,186); }
td.TdClassName
{
border-color: #AD80BA;
}
.TagClassName
{
border-color: #AD80BA;
}
</style>