Shades of East Side #AD77C9
Tints of East Side #AD77C9
RGB
CMYK
RGB Variations
Color information
#AD77C9 (or 0xAD77C9) is known color: East Side. HEX triplet: AD, 77 and C9. RGB value is (173,119,201). Sum of RGB (Red+Green+Blue) = 173+119+201=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD77C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77C9 is #528836. Grayscale: #909090. Windows color (decimal): -5408823 or 13203373. OLE color: 13203373.
HSL color Cylindrical-coordinate representation of color #AD77C9: hue angle of 279.51º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD77C9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 119 | 201 | - |
CMYK | 0.14 | 0.41 | 0 | 0.21 |
HSL | 279.51º | 0.43% | 0.63% | - |
HSV(B) | 279.51º | 0.41% | 0.79% | - |
XYZ | 34.37 | 26.29 | 58.52 | - |
YUV | 144.49 | 159.89 | 148.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 119 | 201 | 0.14 | 0.41 | 0 | 0.21 | 279.51 | 0.43 | 0.63 |
Hex | AD | 77 | C9 | E | 29 | 0 | 15 | 118 | 2B | 3F |
Octal | 255 | 167 | 311 | 16 | 51 | 0 | 25 | 430 | 53 | 77 |
Binary | 10101101 | 1110111 | 11001001 | 1110 | 101001 | 0 | 10101 | 100011000 | 101011 | 111111 |
Color Harmonies of #AD77C9
Complementary color
Monochromatic Colors of #AD77C9
Black with #AD77C9
Text Example
Text Example
White with #AD77C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77C9; }
p { color: rgb(173,119,201); }
H1.HeaderClassName
{
color: #AD77C9;
}
.AnyTagClassName
{
color: #AD77C9;
}
</style>
background-color css
<style>
a { background-color: #AD77C9; }
a { background-color: rgb(173,119,201); }
div.DivClassName
{
background-color: #AD77C9;
}
.BgClassName
{
background-color: #AD77C9;
}
</style>
border-color css
<style>
span { border-color: #AD77C9; }
span { border-color: rgb(173,119,201); }
td.TdClassName
{
border-color: #AD77C9;
}
.TagClassName
{
border-color: #AD77C9;
}
</style>