Shades of East Side #AD78B4
Tints of East Side #AD78B4
RGB
CMYK
RGB Variations
Color information
#AD78B4 (or 0xAD78B4) is known color: East Side. HEX triplet: AD, 78 and B4. RGB value is (173,120,180). Sum of RGB (Red+Green+Blue) = 173+120+180=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD78B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78B4 is #52874B. Grayscale: #8E8E8E. Windows color (decimal): -5408588 or 11827373. OLE color: 11827373.
HSL color Cylindrical-coordinate representation of color #AD78B4: hue angle of 293º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD78B4 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 120 | 180 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.29 |
| HSL | 293º | 0.29% | 0.59% | - |
| HSV(B) | 293º | 0.33% | 0.71% | - |
| XYZ | 32.19 | 25.61 | 46.43 | - |
| YUV | 142.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 180 | 0.04 | 0.33 | 0 | 0.29 | 293 | 0.29 | 0.59 |
| Hex | AD | 78 | B4 | 4 | 21 | 0 | 1D | 125 | 1D | 3B |
| Octal | 255 | 170 | 264 | 4 | 41 | 0 | 35 | 445 | 35 | 73 |
| Binary | 10101101 | 1111000 | 10110100 | 100 | 100001 | 0 | 11101 | 100100101 | 11101 | 111011 |
Color Harmonies of #AD78B4
Complementary color
Monochromatic Colors of #AD78B4
Black with #AD78B4
Text Example
Text Example
White with #AD78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78B4; }
p { color: rgb(173,120,180); }
H1.HeaderClassName
{
color: #AD78B4;
}
.AnyTagClassName
{
color: #AD78B4;
}
</style>
background-color css
<style>
a { background-color: #AD78B4; }
a { background-color: rgb(173,120,180); }
div.DivClassName
{
background-color: #AD78B4;
}
.BgClassName
{
background-color: #AD78B4;
}
</style>
border-color css
<style>
span { border-color: #AD78B4; }
span { border-color: rgb(173,120,180); }
td.TdClassName
{
border-color: #AD78B4;
}
.TagClassName
{
border-color: #AD78B4;
}
</style>