Shades of East Side #AD78B5
Tints of East Side #AD78B5
RGB
CMYK
RGB Variations
Color information
#AD78B5 (or 0xAD78B5) is known color: East Side. HEX triplet: AD, 78 and B5. RGB value is (173,120,181). Sum of RGB (Red+Green+Blue) = 173+120+181=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD78B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78B5 is #52874A. Grayscale: #8E8E8E. Windows color (decimal): -5408587 or 11892909. OLE color: 11892909.
HSL color Cylindrical-coordinate representation of color #AD78B5: hue angle of 292.13º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD78B5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 120 | 181 | - |
CMYK | 0.04 | 0.34 | 0 | 0.29 |
HSL | 292.13º | 0.29% | 0.59% | - |
HSV(B) | 292.13º | 0.34% | 0.71% | - |
XYZ | 32.29 | 25.65 | 46.97 | - |
YUV | 142.8 | 149.56 | 149.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 120 | 181 | 0.04 | 0.34 | 0 | 0.29 | 292.13 | 0.29 | 0.59 |
Hex | AD | 78 | B5 | 4 | 22 | 0 | 1D | 124 | 1D | 3B |
Octal | 255 | 170 | 265 | 4 | 42 | 0 | 35 | 444 | 35 | 73 |
Binary | 10101101 | 1111000 | 10110101 | 100 | 100010 | 0 | 11101 | 100100100 | 11101 | 111011 |
Color Harmonies of #AD78B5
Complementary color
Monochromatic Colors of #AD78B5
Black with #AD78B5
Text Example
Text Example
White with #AD78B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78B5; }
p { color: rgb(173,120,181); }
H1.HeaderClassName
{
color: #AD78B5;
}
.AnyTagClassName
{
color: #AD78B5;
}
</style>
background-color css
<style>
a { background-color: #AD78B5; }
a { background-color: rgb(173,120,181); }
div.DivClassName
{
background-color: #AD78B5;
}
.BgClassName
{
background-color: #AD78B5;
}
</style>
border-color css
<style>
span { border-color: #AD78B5; }
span { border-color: rgb(173,120,181); }
td.TdClassName
{
border-color: #AD78B5;
}
.TagClassName
{
border-color: #AD78B5;
}
</style>