Shades of East Side #AD70B9
Tints of East Side #AD70B9
RGB
CMYK
RGB Variations
Color information
#AD70B9 (or 0xAD70B9) is known color: East Side. HEX triplet: AD, 70 and B9. RGB value is (173,112,185). Sum of RGB (Red+Green+Blue) = 173+112+185=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD70B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70B9 is #528F46. Grayscale: #8A8A8A. Windows color (decimal): -5410631 or 12153005. OLE color: 12153005.
HSL color Cylindrical-coordinate representation of color #AD70B9: hue angle of 290.14º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD70B9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 112 | 185 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.27 |
| HSL | 290.14º | 0.34% | 0.58% | - |
| HSV(B) | 290.14º | 0.39% | 0.73% | - |
| XYZ | 31.78 | 23.98 | 48.85 | - |
| YUV | 138.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 185 | 0.06 | 0.39 | 0 | 0.27 | 290.14 | 0.34 | 0.58 |
| Hex | AD | 70 | B9 | 6 | 27 | 0 | 1B | 122 | 22 | 3A |
| Octal | 255 | 160 | 271 | 6 | 47 | 0 | 33 | 442 | 42 | 72 |
| Binary | 10101101 | 1110000 | 10111001 | 110 | 100111 | 0 | 11011 | 100100010 | 100010 | 111010 |
Color Harmonies of #AD70B9
Complementary color
Monochromatic Colors of #AD70B9
Black with #AD70B9
Text Example
Text Example
White with #AD70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70B9; }
p { color: rgb(173,112,185); }
H1.HeaderClassName
{
color: #AD70B9;
}
.AnyTagClassName
{
color: #AD70B9;
}
</style>
background-color css
<style>
a { background-color: #AD70B9; }
a { background-color: rgb(173,112,185); }
div.DivClassName
{
background-color: #AD70B9;
}
.BgClassName
{
background-color: #AD70B9;
}
</style>
border-color css
<style>
span { border-color: #AD70B9; }
span { border-color: rgb(173,112,185); }
td.TdClassName
{
border-color: #AD70B9;
}
.TagClassName
{
border-color: #AD70B9;
}
</style>