Shades of East Side #AD71BA
Tints of East Side #AD71BA
RGB
CMYK
RGB Variations
Color information
#AD71BA (or 0xAD71BA) is known color: East Side. HEX triplet: AD, 71 and BA. RGB value is (173,113,186). Sum of RGB (Red+Green+Blue) = 173+113+186=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71BA is #528E45. Grayscale: #8B8B8B. Windows color (decimal): -5410374 or 12218797. OLE color: 12218797.
HSL color Cylindrical-coordinate representation of color #AD71BA: hue angle of 289.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD71BA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 113 | 186 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.27 |
| HSL | 289.32º | 0.35% | 0.59% | - |
| HSV(B) | 289.32º | 0.39% | 0.73% | - |
| XYZ | 32 | 24.24 | 49.45 | - |
| YUV | 139.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 186 | 0.07 | 0.39 | 0 | 0.27 | 289.32 | 0.35 | 0.59 |
| Hex | AD | 71 | BA | 7 | 27 | 0 | 1B | 121 | 23 | 3B |
| Octal | 255 | 161 | 272 | 7 | 47 | 0 | 33 | 441 | 43 | 73 |
| Binary | 10101101 | 1110001 | 10111010 | 111 | 100111 | 0 | 11011 | 100100001 | 100011 | 111011 |
Color Harmonies of #AD71BA
Complementary color
Monochromatic Colors of #AD71BA
Black with #AD71BA
Text Example
Text Example
White with #AD71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71BA; }
p { color: rgb(173,113,186); }
H1.HeaderClassName
{
color: #AD71BA;
}
.AnyTagClassName
{
color: #AD71BA;
}
</style>
background-color css
<style>
a { background-color: #AD71BA; }
a { background-color: rgb(173,113,186); }
div.DivClassName
{
background-color: #AD71BA;
}
.BgClassName
{
background-color: #AD71BA;
}
</style>
border-color css
<style>
span { border-color: #AD71BA; }
span { border-color: rgb(173,113,186); }
td.TdClassName
{
border-color: #AD71BA;
}
.TagClassName
{
border-color: #AD71BA;
}
</style>