Shades of East Side #AD77C2
Tints of East Side #AD77C2
RGB
CMYK
RGB Variations
Color information
#AD77C2 (or 0xAD77C2) is known color: East Side. HEX triplet: AD, 77 and C2. RGB value is (173,119,194). Sum of RGB (Red+Green+Blue) = 173+119+194=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD77C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77C2 is #52883D. Grayscale: #8F8F8F. Windows color (decimal): -5408830 or 12744621. OLE color: 12744621.
HSL color Cylindrical-coordinate representation of color #AD77C2: hue angle of 283.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD77C2 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 119 | 194 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.24 |
| HSL | 283.2º | 0.38% | 0.61% | - |
| HSV(B) | 283.2º | 0.39% | 0.76% | - |
| XYZ | 33.57 | 25.97 | 54.28 | - |
| YUV | 143.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 194 | 0.11 | 0.39 | 0 | 0.24 | 283.2 | 0.38 | 0.61 |
| Hex | AD | 77 | C2 | B | 27 | 0 | 18 | 11B | 26 | 3D |
| Octal | 255 | 167 | 302 | 13 | 47 | 0 | 30 | 433 | 46 | 75 |
| Binary | 10101101 | 1110111 | 11000010 | 1011 | 100111 | 0 | 11000 | 100011011 | 100110 | 111101 |
Color Harmonies of #AD77C2
Complementary color
Monochromatic Colors of #AD77C2
Black with #AD77C2
Text Example
Text Example
White with #AD77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77C2; }
p { color: rgb(173,119,194); }
H1.HeaderClassName
{
color: #AD77C2;
}
.AnyTagClassName
{
color: #AD77C2;
}
</style>
background-color css
<style>
a { background-color: #AD77C2; }
a { background-color: rgb(173,119,194); }
div.DivClassName
{
background-color: #AD77C2;
}
.BgClassName
{
background-color: #AD77C2;
}
</style>
border-color css
<style>
span { border-color: #AD77C2; }
span { border-color: rgb(173,119,194); }
td.TdClassName
{
border-color: #AD77C2;
}
.TagClassName
{
border-color: #AD77C2;
}
</style>