Shades of East Side #AD78CC
Tints of East Side #AD78CC
RGB
CMYK
RGB Variations
Color information
#AD78CC (or 0xAD78CC) is known color: East Side. HEX triplet: AD, 78 and CC. RGB value is (173,120,204). Sum of RGB (Red+Green+Blue) = 173+120+204=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD78CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78CC is #528733. Grayscale: #919191. Windows color (decimal): -5408564 or 13400237. OLE color: 13400237.
HSL color Cylindrical-coordinate representation of color #AD78CC: hue angle of 277.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD78CC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 120 | 204 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.2 |
| HSL | 277.86º | 0.45% | 0.64% | - |
| HSV(B) | 277.86º | 0.41% | 0.8% | - |
| XYZ | 34.85 | 26.68 | 60.44 | - |
| YUV | 145.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 204 | 0.15 | 0.41 | 0 | 0.2 | 277.86 | 0.45 | 0.64 |
| Hex | AD | 78 | CC | F | 29 | 0 | 14 | 116 | 2D | 40 |
| Octal | 255 | 170 | 314 | 17 | 51 | 0 | 24 | 426 | 55 | 100 |
| Binary | 10101101 | 1111000 | 11001100 | 1111 | 101001 | 0 | 10100 | 100010110 | 101101 | 1000000 |
Color Harmonies of #AD78CC
Complementary color
Monochromatic Colors of #AD78CC
Black with #AD78CC
Text Example
Text Example
White with #AD78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78CC; }
p { color: rgb(173,120,204); }
H1.HeaderClassName
{
color: #AD78CC;
}
.AnyTagClassName
{
color: #AD78CC;
}
</style>
background-color css
<style>
a { background-color: #AD78CC; }
a { background-color: rgb(173,120,204); }
div.DivClassName
{
background-color: #AD78CC;
}
.BgClassName
{
background-color: #AD78CC;
}
</style>
border-color css
<style>
span { border-color: #AD78CC; }
span { border-color: rgb(173,120,204); }
td.TdClassName
{
border-color: #AD78CC;
}
.TagClassName
{
border-color: #AD78CC;
}
</style>