Shades of East Side #AD90BE
Tints of East Side #AD90BE
RGB
CMYK
RGB Variations
Color information
#AD90BE (or 0xAD90BE) is known color: East Side. HEX triplet: AD, 90 and BE. RGB value is (173,144,190). Sum of RGB (Red+Green+Blue) = 173+144+190=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90BE is #526F41. Grayscale: #9D9D9D. Windows color (decimal): -5402434 or 12488877. OLE color: 12488877.
HSL color Cylindrical-coordinate representation of color #AD90BE: hue angle of 277.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD90BE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 144 | 190 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.25 |
| HSL | 277.83º | 0.26% | 0.65% | - |
| HSV(B) | 277.83º | 0.24% | 0.75% | - |
| XYZ | 36.5 | 32.55 | 53.07 | - |
| YUV | 157.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 190 | 0.09 | 0.24 | 0 | 0.25 | 277.83 | 0.26 | 0.65 |
| Hex | AD | 90 | BE | 9 | 18 | 0 | 19 | 116 | 1A | 41 |
| Octal | 255 | 220 | 276 | 11 | 30 | 0 | 31 | 426 | 32 | 101 |
| Binary | 10101101 | 10010000 | 10111110 | 1001 | 11000 | 0 | 11001 | 100010110 | 11010 | 1000001 |
Color Harmonies of #AD90BE
Complementary color
Monochromatic Colors of #AD90BE
Black with #AD90BE
Text Example
Text Example
White with #AD90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90BE; }
p { color: rgb(173,144,190); }
H1.HeaderClassName
{
color: #AD90BE;
}
.AnyTagClassName
{
color: #AD90BE;
}
</style>
background-color css
<style>
a { background-color: #AD90BE; }
a { background-color: rgb(173,144,190); }
div.DivClassName
{
background-color: #AD90BE;
}
.BgClassName
{
background-color: #AD90BE;
}
</style>
border-color css
<style>
span { border-color: #AD90BE; }
span { border-color: rgb(173,144,190); }
td.TdClassName
{
border-color: #AD90BE;
}
.TagClassName
{
border-color: #AD90BE;
}
</style>