Shades of East Side #AD78B2
Tints of East Side #AD78B2
RGB
CMYK
RGB Variations
Color information
#AD78B2 (or 0xAD78B2) is known color: East Side. HEX triplet: AD, 78 and B2. RGB value is (173,120,178). Sum of RGB (Red+Green+Blue) = 173+120+178=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD78B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78B2 is #52874D. Grayscale: #8E8E8E. Windows color (decimal): -5408590 or 11696301. OLE color: 11696301.
HSL color Cylindrical-coordinate representation of color #AD78B2: hue angle of 294.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD78B2 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 120 | 178 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.30 |
| HSL | 294.83º | 0.27% | 0.58% | - |
| HSV(B) | 294.83º | 0.33% | 0.7% | - |
| XYZ | 31.99 | 25.53 | 45.36 | - |
| YUV | 142.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 178 | 0.03 | 0.33 | 0 | 0.30 | 294.83 | 0.27 | 0.58 |
| Hex | AD | 78 | B2 | 3 | 21 | 0 | 1E | 127 | 1B | 3A |
| Octal | 255 | 170 | 262 | 3 | 41 | 0 | 36 | 447 | 33 | 72 |
| Binary | 10101101 | 1111000 | 10110010 | 11 | 100001 | 0 | 11110 | 100100111 | 11011 | 111010 |
Color Harmonies of #AD78B2
Complementary color
Monochromatic Colors of #AD78B2
Black with #AD78B2
Text Example
Text Example
White with #AD78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78B2; }
p { color: rgb(173,120,178); }
H1.HeaderClassName
{
color: #AD78B2;
}
.AnyTagClassName
{
color: #AD78B2;
}
</style>
background-color css
<style>
a { background-color: #AD78B2; }
a { background-color: rgb(173,120,178); }
div.DivClassName
{
background-color: #AD78B2;
}
.BgClassName
{
background-color: #AD78B2;
}
</style>
border-color css
<style>
span { border-color: #AD78B2; }
span { border-color: rgb(173,120,178); }
td.TdClassName
{
border-color: #AD78B2;
}
.TagClassName
{
border-color: #AD78B2;
}
</style>