Shades of East Side #AD90BA
Tints of East Side #AD90BA
RGB
CMYK
RGB Variations
Color information
#AD90BA (or 0xAD90BA) is known color: East Side. HEX triplet: AD, 90 and BA. RGB value is (173,144,186). Sum of RGB (Red+Green+Blue) = 173+144+186=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD90BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90BA is #526F45. Grayscale: #9D9D9D. Windows color (decimal): -5402438 or 12226733. OLE color: 12226733.
HSL color Cylindrical-coordinate representation of color #AD90BA: hue angle of 281.43º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD90BA is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 144 | 186 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.27 |
| HSL | 281.43º | 0.23% | 0.65% | - |
| HSV(B) | 281.43º | 0.23% | 0.73% | - |
| XYZ | 36.07 | 32.38 | 50.8 | - |
| YUV | 157.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 186 | 0.07 | 0.23 | 0 | 0.27 | 281.43 | 0.23 | 0.65 |
| Hex | AD | 90 | BA | 7 | 17 | 0 | 1B | 119 | 17 | 41 |
| Octal | 255 | 220 | 272 | 7 | 27 | 0 | 33 | 431 | 27 | 101 |
| Binary | 10101101 | 10010000 | 10111010 | 111 | 10111 | 0 | 11011 | 100011001 | 10111 | 1000001 |
Color Harmonies of #AD90BA
Complementary color
Monochromatic Colors of #AD90BA
Black with #AD90BA
Text Example
Text Example
White with #AD90BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90BA; }
p { color: rgb(173,144,186); }
H1.HeaderClassName
{
color: #AD90BA;
}
.AnyTagClassName
{
color: #AD90BA;
}
</style>
background-color css
<style>
a { background-color: #AD90BA; }
a { background-color: rgb(173,144,186); }
div.DivClassName
{
background-color: #AD90BA;
}
.BgClassName
{
background-color: #AD90BA;
}
</style>
border-color css
<style>
span { border-color: #AD90BA; }
span { border-color: rgb(173,144,186); }
td.TdClassName
{
border-color: #AD90BA;
}
.TagClassName
{
border-color: #AD90BA;
}
</style>