Shades of East Side #AD70BB
Tints of East Side #AD70BB
RGB
CMYK
RGB Variations
Color information
#AD70BB (or 0xAD70BB) is known color: East Side. HEX triplet: AD, 70 and BB. RGB value is (173,112,187). Sum of RGB (Red+Green+Blue) = 173+112+187=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD70BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70BB is #528F44. Grayscale: #8A8A8A. Windows color (decimal): -5410629 or 12284077. OLE color: 12284077.
HSL color Cylindrical-coordinate representation of color #AD70BB: hue angle of 288.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD70BB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 112 | 187 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.27 |
| HSL | 288.8º | 0.36% | 0.59% | - |
| HSV(B) | 288.8º | 0.4% | 0.73% | - |
| XYZ | 32 | 24.06 | 49.97 | - |
| YUV | 138.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 187 | 0.07 | 0.40 | 0 | 0.27 | 288.8 | 0.36 | 0.59 |
| Hex | AD | 70 | BB | 7 | 28 | 0 | 1B | 121 | 24 | 3B |
| Octal | 255 | 160 | 273 | 7 | 50 | 0 | 33 | 441 | 44 | 73 |
| Binary | 10101101 | 1110000 | 10111011 | 111 | 101000 | 0 | 11011 | 100100001 | 100100 | 111011 |
Color Harmonies of #AD70BB
Complementary color
Monochromatic Colors of #AD70BB
Black with #AD70BB
Text Example
Text Example
White with #AD70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70BB; }
p { color: rgb(173,112,187); }
H1.HeaderClassName
{
color: #AD70BB;
}
.AnyTagClassName
{
color: #AD70BB;
}
</style>
background-color css
<style>
a { background-color: #AD70BB; }
a { background-color: rgb(173,112,187); }
div.DivClassName
{
background-color: #AD70BB;
}
.BgClassName
{
background-color: #AD70BB;
}
</style>
border-color css
<style>
span { border-color: #AD70BB; }
span { border-color: rgb(173,112,187); }
td.TdClassName
{
border-color: #AD70BB;
}
.TagClassName
{
border-color: #AD70BB;
}
</style>