Shades of East Side #AD73BA
Tints of East Side #AD73BA
RGB
CMYK
RGB Variations
Color information
#AD73BA (or 0xAD73BA) is known color: East Side. HEX triplet: AD, 73 and BA. RGB value is (173,115,186). Sum of RGB (Red+Green+Blue) = 173+115+186=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73BA is #528C45. Grayscale: #8C8C8C. Windows color (decimal): -5409862 or 12219309. OLE color: 12219309.
HSL color Cylindrical-coordinate representation of color #AD73BA: hue angle of 289.01º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD73BA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 115 | 186 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.27 |
| HSL | 289.01º | 0.34% | 0.59% | - |
| HSV(B) | 289.01º | 0.38% | 0.73% | - |
| XYZ | 32.23 | 24.69 | 49.52 | - |
| YUV | 140.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 186 | 0.07 | 0.38 | 0 | 0.27 | 289.01 | 0.34 | 0.59 |
| Hex | AD | 73 | BA | 7 | 26 | 0 | 1B | 121 | 22 | 3B |
| Octal | 255 | 163 | 272 | 7 | 46 | 0 | 33 | 441 | 42 | 73 |
| Binary | 10101101 | 1110011 | 10111010 | 111 | 100110 | 0 | 11011 | 100100001 | 100010 | 111011 |
Color Harmonies of #AD73BA
Complementary color
Monochromatic Colors of #AD73BA
Black with #AD73BA
Text Example
Text Example
White with #AD73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73BA; }
p { color: rgb(173,115,186); }
H1.HeaderClassName
{
color: #AD73BA;
}
.AnyTagClassName
{
color: #AD73BA;
}
</style>
background-color css
<style>
a { background-color: #AD73BA; }
a { background-color: rgb(173,115,186); }
div.DivClassName
{
background-color: #AD73BA;
}
.BgClassName
{
background-color: #AD73BA;
}
</style>
border-color css
<style>
span { border-color: #AD73BA; }
span { border-color: rgb(173,115,186); }
td.TdClassName
{
border-color: #AD73BA;
}
.TagClassName
{
border-color: #AD73BA;
}
</style>