Shades of East Side #AD77CD
Tints of East Side #AD77CD
RGB
CMYK
RGB Variations
Color information
#AD77CD (or 0xAD77CD) is known color: East Side. HEX triplet: AD, 77 and CD. RGB value is (173,119,205). Sum of RGB (Red+Green+Blue) = 173+119+205=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77CD is #528832. Grayscale: #909090. Windows color (decimal): -5408819 or 13465517. OLE color: 13465517.
HSL color Cylindrical-coordinate representation of color #AD77CD: hue angle of 277.67º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD77CD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 119 | 205 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.20 |
| HSL | 277.67º | 0.46% | 0.64% | - |
| HSV(B) | 277.67º | 0.42% | 0.8% | - |
| XYZ | 34.85 | 26.49 | 61.03 | - |
| YUV | 144.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 205 | 0.16 | 0.42 | 0 | 0.20 | 277.67 | 0.46 | 0.64 |
| Hex | AD | 77 | CD | 10 | 2A | 0 | 14 | 116 | 2E | 40 |
| Octal | 255 | 167 | 315 | 20 | 52 | 0 | 24 | 426 | 56 | 100 |
| Binary | 10101101 | 1110111 | 11001101 | 10000 | 101010 | 0 | 10100 | 100010110 | 101110 | 1000000 |
Color Harmonies of #AD77CD
Complementary color
Monochromatic Colors of #AD77CD
Black with #AD77CD
Text Example
Text Example
White with #AD77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77CD; }
p { color: rgb(173,119,205); }
H1.HeaderClassName
{
color: #AD77CD;
}
.AnyTagClassName
{
color: #AD77CD;
}
</style>
background-color css
<style>
a { background-color: #AD77CD; }
a { background-color: rgb(173,119,205); }
div.DivClassName
{
background-color: #AD77CD;
}
.BgClassName
{
background-color: #AD77CD;
}
</style>
border-color css
<style>
span { border-color: #AD77CD; }
span { border-color: rgb(173,119,205); }
td.TdClassName
{
border-color: #AD77CD;
}
.TagClassName
{
border-color: #AD77CD;
}
</style>