Shades of East Side #AD8EC6
Tints of East Side #AD8EC6
RGB
CMYK
RGB Variations
Color information
#AD8EC6 (or 0xAD8EC6) is known color: East Side. HEX triplet: AD, 8E and C6. RGB value is (173,142,198). Sum of RGB (Red+Green+Blue) = 173+142+198=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD8EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EC6 is #527139. Grayscale: #9D9D9D. Windows color (decimal): -5402938 or 13012653. OLE color: 13012653.
HSL color Cylindrical-coordinate representation of color #AD8EC6: hue angle of 273.21º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD8EC6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 142 | 198 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.22 |
| HSL | 273.21º | 0.33% | 0.67% | - |
| HSV(B) | 273.21º | 0.28% | 0.78% | - |
| XYZ | 37.1 | 32.31 | 57.71 | - |
| YUV | 157.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 198 | 0.13 | 0.28 | 0 | 0.22 | 273.21 | 0.33 | 0.67 |
| Hex | AD | 8E | C6 | D | 1C | 0 | 16 | 111 | 21 | 43 |
| Octal | 255 | 216 | 306 | 15 | 34 | 0 | 26 | 421 | 41 | 103 |
| Binary | 10101101 | 10001110 | 11000110 | 1101 | 11100 | 0 | 10110 | 100010001 | 100001 | 1000011 |
Color Harmonies of #AD8EC6
Complementary color
Monochromatic Colors of #AD8EC6
Black with #AD8EC6
Text Example
Text Example
White with #AD8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EC6; }
p { color: rgb(173,142,198); }
H1.HeaderClassName
{
color: #AD8EC6;
}
.AnyTagClassName
{
color: #AD8EC6;
}
</style>
background-color css
<style>
a { background-color: #AD8EC6; }
a { background-color: rgb(173,142,198); }
div.DivClassName
{
background-color: #AD8EC6;
}
.BgClassName
{
background-color: #AD8EC6;
}
</style>
border-color css
<style>
span { border-color: #AD8EC6; }
span { border-color: rgb(173,142,198); }
td.TdClassName
{
border-color: #AD8EC6;
}
.TagClassName
{
border-color: #AD8EC6;
}
</style>