Shades of East Side #AD70BE
Tints of East Side #AD70BE
RGB
CMYK
RGB Variations
Color information
#AD70BE (or 0xAD70BE) is known color: East Side. HEX triplet: AD, 70 and BE. RGB value is (173,112,190). Sum of RGB (Red+Green+Blue) = 173+112+190=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70BE is #528F41. Grayscale: #8A8A8A. Windows color (decimal): -5410626 or 12480685. OLE color: 12480685.
HSL color Cylindrical-coordinate representation of color #AD70BE: hue angle of 286.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD70BE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 112 | 190 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.25 |
| HSL | 286.92º | 0.38% | 0.59% | - |
| HSV(B) | 286.92º | 0.41% | 0.75% | - |
| XYZ | 32.32 | 24.19 | 51.68 | - |
| YUV | 139.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 190 | 0.09 | 0.41 | 0 | 0.25 | 286.92 | 0.38 | 0.59 |
| Hex | AD | 70 | BE | 9 | 29 | 0 | 19 | 11F | 26 | 3B |
| Octal | 255 | 160 | 276 | 11 | 51 | 0 | 31 | 437 | 46 | 73 |
| Binary | 10101101 | 1110000 | 10111110 | 1001 | 101001 | 0 | 11001 | 100011111 | 100110 | 111011 |
Color Harmonies of #AD70BE
Complementary color
Monochromatic Colors of #AD70BE
Black with #AD70BE
Text Example
Text Example
White with #AD70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70BE; }
p { color: rgb(173,112,190); }
H1.HeaderClassName
{
color: #AD70BE;
}
.AnyTagClassName
{
color: #AD70BE;
}
</style>
background-color css
<style>
a { background-color: #AD70BE; }
a { background-color: rgb(173,112,190); }
div.DivClassName
{
background-color: #AD70BE;
}
.BgClassName
{
background-color: #AD70BE;
}
</style>
border-color css
<style>
span { border-color: #AD70BE; }
span { border-color: rgb(173,112,190); }
td.TdClassName
{
border-color: #AD70BE;
}
.TagClassName
{
border-color: #AD70BE;
}
</style>