Shades of East Side #AD77C1
Tints of East Side #AD77C1
RGB
CMYK
RGB Variations
Color information
#AD77C1 (or 0xAD77C1) is known color: East Side. HEX triplet: AD, 77 and C1. RGB value is (173,119,193). Sum of RGB (Red+Green+Blue) = 173+119+193=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD77C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77C1 is #52883E. Grayscale: #8F8F8F. Windows color (decimal): -5408831 or 12679085. OLE color: 12679085.
HSL color Cylindrical-coordinate representation of color #AD77C1: hue angle of 283.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD77C1 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 119 | 193 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.24 |
| HSL | 283.78º | 0.37% | 0.61% | - |
| HSV(B) | 283.78º | 0.38% | 0.76% | - |
| XYZ | 33.46 | 25.93 | 53.69 | - |
| YUV | 143.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 193 | 0.10 | 0.38 | 0 | 0.24 | 283.78 | 0.37 | 0.61 |
| Hex | AD | 77 | C1 | A | 26 | 0 | 18 | 11C | 25 | 3D |
| Octal | 255 | 167 | 301 | 12 | 46 | 0 | 30 | 434 | 45 | 75 |
| Binary | 10101101 | 1110111 | 11000001 | 1010 | 100110 | 0 | 11000 | 100011100 | 100101 | 111101 |
Color Harmonies of #AD77C1
Complementary color
Monochromatic Colors of #AD77C1
Black with #AD77C1
Text Example
Text Example
White with #AD77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77C1; }
p { color: rgb(173,119,193); }
H1.HeaderClassName
{
color: #AD77C1;
}
.AnyTagClassName
{
color: #AD77C1;
}
</style>
background-color css
<style>
a { background-color: #AD77C1; }
a { background-color: rgb(173,119,193); }
div.DivClassName
{
background-color: #AD77C1;
}
.BgClassName
{
background-color: #AD77C1;
}
</style>
border-color css
<style>
span { border-color: #AD77C1; }
span { border-color: rgb(173,119,193); }
td.TdClassName
{
border-color: #AD77C1;
}
.TagClassName
{
border-color: #AD77C1;
}
</style>