Shades of East Side #AD78CF
Tints of East Side #AD78CF
RGB
CMYK
RGB Variations
Color information
#AD78CF (or 0xAD78CF) is known color: East Side. HEX triplet: AD, 78 and CF. RGB value is (173,120,207). Sum of RGB (Red+Green+Blue) = 173+120+207=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78CF is #528730. Grayscale: #919191. Windows color (decimal): -5408561 or 13596845. OLE color: 13596845.
HSL color Cylindrical-coordinate representation of color #AD78CF: hue angle of 276.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD78CF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 120 | 207 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.19 |
| HSL | 276.55º | 0.48% | 0.64% | - |
| HSV(B) | 276.55º | 0.42% | 0.81% | - |
| XYZ | 35.21 | 26.82 | 62.35 | - |
| YUV | 145.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 207 | 0.16 | 0.42 | 0 | 0.19 | 276.55 | 0.48 | 0.64 |
| Hex | AD | 78 | CF | 10 | 2A | 0 | 13 | 115 | 30 | 40 |
| Octal | 255 | 170 | 317 | 20 | 52 | 0 | 23 | 425 | 60 | 100 |
| Binary | 10101101 | 1111000 | 11001111 | 10000 | 101010 | 0 | 10011 | 100010101 | 110000 | 1000000 |
Color Harmonies of #AD78CF
Complementary color
Monochromatic Colors of #AD78CF
Black with #AD78CF
Text Example
Text Example
White with #AD78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78CF; }
p { color: rgb(173,120,207); }
H1.HeaderClassName
{
color: #AD78CF;
}
.AnyTagClassName
{
color: #AD78CF;
}
</style>
background-color css
<style>
a { background-color: #AD78CF; }
a { background-color: rgb(173,120,207); }
div.DivClassName
{
background-color: #AD78CF;
}
.BgClassName
{
background-color: #AD78CF;
}
</style>
border-color css
<style>
span { border-color: #AD78CF; }
span { border-color: rgb(173,120,207); }
td.TdClassName
{
border-color: #AD78CF;
}
.TagClassName
{
border-color: #AD78CF;
}
</style>