Shades of East Side #AD8EC8
Tints of East Side #AD8EC8
RGB
CMYK
RGB Variations
Color information
#AD8EC8 (or 0xAD8EC8) is known color: East Side. HEX triplet: AD, 8E and C8. RGB value is (173,142,200). Sum of RGB (Red+Green+Blue) = 173+142+200=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD8EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EC8 is #527137. Grayscale: #9D9D9D. Windows color (decimal): -5402936 or 13143725. OLE color: 13143725.
HSL color Cylindrical-coordinate representation of color #AD8EC8: hue angle of 272.07º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD8EC8 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 142 | 200 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.22 |
| HSL | 272.07º | 0.35% | 0.67% | - |
| HSV(B) | 272.07º | 0.29% | 0.78% | - |
| XYZ | 37.33 | 32.4 | 58.93 | - |
| YUV | 157.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 200 | 0.14 | 0.29 | 0 | 0.22 | 272.07 | 0.35 | 0.67 |
| Hex | AD | 8E | C8 | E | 1D | 0 | 16 | 110 | 23 | 43 |
| Octal | 255 | 216 | 310 | 16 | 35 | 0 | 26 | 420 | 43 | 103 |
| Binary | 10101101 | 10001110 | 11001000 | 1110 | 11101 | 0 | 10110 | 100010000 | 100011 | 1000011 |
Color Harmonies of #AD8EC8
Complementary color
Monochromatic Colors of #AD8EC8
Black with #AD8EC8
Text Example
Text Example
White with #AD8EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EC8; }
p { color: rgb(173,142,200); }
H1.HeaderClassName
{
color: #AD8EC8;
}
.AnyTagClassName
{
color: #AD8EC8;
}
</style>
background-color css
<style>
a { background-color: #AD8EC8; }
a { background-color: rgb(173,142,200); }
div.DivClassName
{
background-color: #AD8EC8;
}
.BgClassName
{
background-color: #AD8EC8;
}
</style>
border-color css
<style>
span { border-color: #AD8EC8; }
span { border-color: rgb(173,142,200); }
td.TdClassName
{
border-color: #AD8EC8;
}
.TagClassName
{
border-color: #AD8EC8;
}
</style>