Shades of East Side #AD7EC8
Tints of East Side #AD7EC8
RGB
CMYK
RGB Variations
Color information
#AD7EC8 (or 0xAD7EC8) is known color: East Side. HEX triplet: AD, 7E and C8. RGB value is (173,126,200). Sum of RGB (Red+Green+Blue) = 173+126+200=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD7EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EC8 is #528137. Grayscale: #949494. Windows color (decimal): -5407032 or 13139629. OLE color: 13139629.
HSL color Cylindrical-coordinate representation of color #AD7EC8: hue angle of 278.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD7EC8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 126 | 200 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.22 |
| HSL | 278.11º | 0.4% | 0.64% | - |
| HSV(B) | 278.11º | 0.37% | 0.78% | - |
| XYZ | 35.12 | 27.98 | 58.19 | - |
| YUV | 148.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 200 | 0.14 | 0.37 | 0 | 0.22 | 278.11 | 0.4 | 0.64 |
| Hex | AD | 7E | C8 | E | 25 | 0 | 16 | 116 | 28 | 40 |
| Octal | 255 | 176 | 310 | 16 | 45 | 0 | 26 | 426 | 50 | 100 |
| Binary | 10101101 | 1111110 | 11001000 | 1110 | 100101 | 0 | 10110 | 100010110 | 101000 | 1000000 |
Color Harmonies of #AD7EC8
Complementary color
Monochromatic Colors of #AD7EC8
Black with #AD7EC8
Text Example
Text Example
White with #AD7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EC8; }
p { color: rgb(173,126,200); }
H1.HeaderClassName
{
color: #AD7EC8;
}
.AnyTagClassName
{
color: #AD7EC8;
}
</style>
background-color css
<style>
a { background-color: #AD7EC8; }
a { background-color: rgb(173,126,200); }
div.DivClassName
{
background-color: #AD7EC8;
}
.BgClassName
{
background-color: #AD7EC8;
}
</style>
border-color css
<style>
span { border-color: #AD7EC8; }
span { border-color: rgb(173,126,200); }
td.TdClassName
{
border-color: #AD7EC8;
}
.TagClassName
{
border-color: #AD7EC8;
}
</style>