Shades of East Side #AD7EC1
Tints of East Side #AD7EC1
RGB
CMYK
RGB Variations
Color information
#AD7EC1 (or 0xAD7EC1) is known color: East Side. HEX triplet: AD, 7E and C1. RGB value is (173,126,193). Sum of RGB (Red+Green+Blue) = 173+126+193=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD7EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EC1 is #52813E. Grayscale: #939393. Windows color (decimal): -5407039 or 12680877. OLE color: 12680877.
HSL color Cylindrical-coordinate representation of color #AD7EC1: hue angle of 282.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7EC1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 126 | 193 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.24 |
| HSL | 282.09º | 0.35% | 0.63% | - |
| HSV(B) | 282.09º | 0.35% | 0.76% | - |
| XYZ | 34.32 | 27.66 | 53.98 | - |
| YUV | 147.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 193 | 0.10 | 0.35 | 0 | 0.24 | 282.09 | 0.35 | 0.63 |
| Hex | AD | 7E | C1 | A | 23 | 0 | 18 | 11A | 23 | 3F |
| Octal | 255 | 176 | 301 | 12 | 43 | 0 | 30 | 432 | 43 | 77 |
| Binary | 10101101 | 1111110 | 11000001 | 1010 | 100011 | 0 | 11000 | 100011010 | 100011 | 111111 |
Color Harmonies of #AD7EC1
Complementary color
Monochromatic Colors of #AD7EC1
Black with #AD7EC1
Text Example
Text Example
White with #AD7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EC1; }
p { color: rgb(173,126,193); }
H1.HeaderClassName
{
color: #AD7EC1;
}
.AnyTagClassName
{
color: #AD7EC1;
}
</style>
background-color css
<style>
a { background-color: #AD7EC1; }
a { background-color: rgb(173,126,193); }
div.DivClassName
{
background-color: #AD7EC1;
}
.BgClassName
{
background-color: #AD7EC1;
}
</style>
border-color css
<style>
span { border-color: #AD7EC1; }
span { border-color: rgb(173,126,193); }
td.TdClassName
{
border-color: #AD7EC1;
}
.TagClassName
{
border-color: #AD7EC1;
}
</style>