Shades of East Side #AD8EBC
Tints of East Side #AD8EBC
RGB
CMYK
RGB Variations
Color information
#AD8EBC (or 0xAD8EBC) is known color: East Side. HEX triplet: AD, 8E and BC. RGB value is (173,142,188). Sum of RGB (Red+Green+Blue) = 173+142+188=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EBC is #527143. Grayscale: #9C9C9C. Windows color (decimal): -5402948 or 12357293. OLE color: 12357293.
HSL color Cylindrical-coordinate representation of color #AD8EBC: hue angle of 280.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8EBC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 142 | 188 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.26 |
| HSL | 280.43º | 0.26% | 0.65% | - |
| HSV(B) | 280.43º | 0.24% | 0.74% | - |
| XYZ | 35.98 | 31.86 | 51.83 | - |
| YUV | 156.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 188 | 0.08 | 0.24 | 0 | 0.26 | 280.43 | 0.26 | 0.65 |
| Hex | AD | 8E | BC | 8 | 18 | 0 | 1A | 118 | 1A | 41 |
| Octal | 255 | 216 | 274 | 10 | 30 | 0 | 32 | 430 | 32 | 101 |
| Binary | 10101101 | 10001110 | 10111100 | 1000 | 11000 | 0 | 11010 | 100011000 | 11010 | 1000001 |
Color Harmonies of #AD8EBC
Complementary color
Monochromatic Colors of #AD8EBC
Black with #AD8EBC
Text Example
Text Example
White with #AD8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EBC; }
p { color: rgb(173,142,188); }
H1.HeaderClassName
{
color: #AD8EBC;
}
.AnyTagClassName
{
color: #AD8EBC;
}
</style>
background-color css
<style>
a { background-color: #AD8EBC; }
a { background-color: rgb(173,142,188); }
div.DivClassName
{
background-color: #AD8EBC;
}
.BgClassName
{
background-color: #AD8EBC;
}
</style>
border-color css
<style>
span { border-color: #AD8EBC; }
span { border-color: rgb(173,142,188); }
td.TdClassName
{
border-color: #AD8EBC;
}
.TagClassName
{
border-color: #AD8EBC;
}
</style>