Shades of East Side #AD78BA
Tints of East Side #AD78BA
RGB
CMYK
RGB Variations
Color information
#AD78BA (or 0xAD78BA) is known color: East Side. HEX triplet: AD, 78 and BA. RGB value is (173,120,186). Sum of RGB (Red+Green+Blue) = 173+120+186=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78BA is #528745. Grayscale: #8F8F8F. Windows color (decimal): -5408582 or 12220589. OLE color: 12220589.
HSL color Cylindrical-coordinate representation of color #AD78BA: hue angle of 288.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD78BA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 120 | 186 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.27 |
| HSL | 288.18º | 0.32% | 0.6% | - |
| HSV(B) | 288.18º | 0.35% | 0.73% | - |
| XYZ | 32.81 | 25.86 | 49.72 | - |
| YUV | 143.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 186 | 0.07 | 0.35 | 0 | 0.27 | 288.18 | 0.32 | 0.6 |
| Hex | AD | 78 | BA | 7 | 23 | 0 | 1B | 120 | 20 | 3C |
| Octal | 255 | 170 | 272 | 7 | 43 | 0 | 33 | 440 | 40 | 74 |
| Binary | 10101101 | 1111000 | 10111010 | 111 | 100011 | 0 | 11011 | 100100000 | 100000 | 111100 |
Color Harmonies of #AD78BA
Complementary color
Monochromatic Colors of #AD78BA
Black with #AD78BA
Text Example
Text Example
White with #AD78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78BA; }
p { color: rgb(173,120,186); }
H1.HeaderClassName
{
color: #AD78BA;
}
.AnyTagClassName
{
color: #AD78BA;
}
</style>
background-color css
<style>
a { background-color: #AD78BA; }
a { background-color: rgb(173,120,186); }
div.DivClassName
{
background-color: #AD78BA;
}
.BgClassName
{
background-color: #AD78BA;
}
</style>
border-color css
<style>
span { border-color: #AD78BA; }
span { border-color: rgb(173,120,186); }
td.TdClassName
{
border-color: #AD78BA;
}
.TagClassName
{
border-color: #AD78BA;
}
</style>