Shades of East Side #AD7EC2
Tints of East Side #AD7EC2
RGB
CMYK
RGB Variations
Color information
#AD7EC2 (or 0xAD7EC2) is known color: East Side. HEX triplet: AD, 7E and C2. RGB value is (173,126,194). Sum of RGB (Red+Green+Blue) = 173+126+194=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD7EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EC2 is #52813D. Grayscale: #939393. Windows color (decimal): -5407038 or 12746413. OLE color: 12746413.
HSL color Cylindrical-coordinate representation of color #AD7EC2: hue angle of 281.47º degrees, saturation: 0.36, 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 #AD7EC2 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 126 | 194 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.24 |
| HSL | 281.47º | 0.36% | 0.63% | - |
| HSV(B) | 281.47º | 0.35% | 0.76% | - |
| XYZ | 34.43 | 27.7 | 54.57 | - |
| YUV | 147.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 194 | 0.11 | 0.35 | 0 | 0.24 | 281.47 | 0.36 | 0.63 |
| Hex | AD | 7E | C2 | B | 23 | 0 | 18 | 119 | 24 | 3F |
| Octal | 255 | 176 | 302 | 13 | 43 | 0 | 30 | 431 | 44 | 77 |
| Binary | 10101101 | 1111110 | 11000010 | 1011 | 100011 | 0 | 11000 | 100011001 | 100100 | 111111 |
Color Harmonies of #AD7EC2
Complementary color
Monochromatic Colors of #AD7EC2
Black with #AD7EC2
Text Example
Text Example
White with #AD7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EC2; }
p { color: rgb(173,126,194); }
H1.HeaderClassName
{
color: #AD7EC2;
}
.AnyTagClassName
{
color: #AD7EC2;
}
</style>
background-color css
<style>
a { background-color: #AD7EC2; }
a { background-color: rgb(173,126,194); }
div.DivClassName
{
background-color: #AD7EC2;
}
.BgClassName
{
background-color: #AD7EC2;
}
</style>
border-color css
<style>
span { border-color: #AD7EC2; }
span { border-color: rgb(173,126,194); }
td.TdClassName
{
border-color: #AD7EC2;
}
.TagClassName
{
border-color: #AD7EC2;
}
</style>