Shades of East Side #AD78CB
Tints of East Side #AD78CB
RGB
CMYK
RGB Variations
Color information
#AD78CB (or 0xAD78CB) is known color: East Side. HEX triplet: AD, 78 and CB. RGB value is (173,120,203). Sum of RGB (Red+Green+Blue) = 173+120+203=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78CB is #528734. Grayscale: #919191. Windows color (decimal): -5408565 or 13334701. OLE color: 13334701.
HSL color Cylindrical-coordinate representation of color #AD78CB: hue angle of 278.31º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD78CB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 120 | 203 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.20 |
| HSL | 278.31º | 0.44% | 0.63% | - |
| HSV(B) | 278.31º | 0.41% | 0.8% | - |
| XYZ | 34.73 | 26.63 | 59.81 | - |
| YUV | 145.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 203 | 0.15 | 0.41 | 0 | 0.20 | 278.31 | 0.44 | 0.63 |
| Hex | AD | 78 | CB | F | 29 | 0 | 14 | 116 | 2C | 3F |
| Octal | 255 | 170 | 313 | 17 | 51 | 0 | 24 | 426 | 54 | 77 |
| Binary | 10101101 | 1111000 | 11001011 | 1111 | 101001 | 0 | 10100 | 100010110 | 101100 | 111111 |
Color Harmonies of #AD78CB
Complementary color
Monochromatic Colors of #AD78CB
Black with #AD78CB
Text Example
Text Example
White with #AD78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78CB; }
p { color: rgb(173,120,203); }
H1.HeaderClassName
{
color: #AD78CB;
}
.AnyTagClassName
{
color: #AD78CB;
}
</style>
background-color css
<style>
a { background-color: #AD78CB; }
a { background-color: rgb(173,120,203); }
div.DivClassName
{
background-color: #AD78CB;
}
.BgClassName
{
background-color: #AD78CB;
}
</style>
border-color css
<style>
span { border-color: #AD78CB; }
span { border-color: rgb(173,120,203); }
td.TdClassName
{
border-color: #AD78CB;
}
.TagClassName
{
border-color: #AD78CB;
}
</style>