Shades of East Side #AD78B8
Tints of East Side #AD78B8
RGB
CMYK
RGB Variations
Color information
#AD78B8 (or 0xAD78B8) is known color: East Side. HEX triplet: AD, 78 and B8. RGB value is (173,120,184). Sum of RGB (Red+Green+Blue) = 173+120+184=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD78B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78B8 is #528747. Grayscale: #8E8E8E. Windows color (decimal): -5408584 or 12089517. OLE color: 12089517.
HSL color Cylindrical-coordinate representation of color #AD78B8: hue angle of 289.69º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD78B8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 120 | 184 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.28 |
| HSL | 289.69º | 0.31% | 0.6% | - |
| HSV(B) | 289.69º | 0.35% | 0.72% | - |
| XYZ | 32.6 | 25.78 | 48.6 | - |
| YUV | 143.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 184 | 0.06 | 0.35 | 0 | 0.28 | 289.69 | 0.31 | 0.6 |
| Hex | AD | 78 | B8 | 6 | 23 | 0 | 1C | 122 | 1F | 3C |
| Octal | 255 | 170 | 270 | 6 | 43 | 0 | 34 | 442 | 37 | 74 |
| Binary | 10101101 | 1111000 | 10111000 | 110 | 100011 | 0 | 11100 | 100100010 | 11111 | 111100 |
Color Harmonies of #AD78B8
Complementary color
Monochromatic Colors of #AD78B8
Black with #AD78B8
Text Example
Text Example
White with #AD78B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78B8; }
p { color: rgb(173,120,184); }
H1.HeaderClassName
{
color: #AD78B8;
}
.AnyTagClassName
{
color: #AD78B8;
}
</style>
background-color css
<style>
a { background-color: #AD78B8; }
a { background-color: rgb(173,120,184); }
div.DivClassName
{
background-color: #AD78B8;
}
.BgClassName
{
background-color: #AD78B8;
}
</style>
border-color css
<style>
span { border-color: #AD78B8; }
span { border-color: rgb(173,120,184); }
td.TdClassName
{
border-color: #AD78B8;
}
.TagClassName
{
border-color: #AD78B8;
}
</style>