Shades of East Side #AD86CE
Tints of East Side #AD86CE
RGB
CMYK
RGB Variations
Color information
#AD86CE (or 0xAD86CE) is known color: East Side. HEX triplet: AD, 86 and CE. RGB value is (173,134,206). Sum of RGB (Red+Green+Blue) = 173+134+206=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD86CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86CE is #527931. Grayscale: #999999. Windows color (decimal): -5404978 or 13534893. OLE color: 13534893.
HSL color Cylindrical-coordinate representation of color #AD86CE: hue angle of 272.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD86CE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 134 | 206 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.19 |
| HSL | 272.5º | 0.42% | 0.67% | - |
| HSV(B) | 272.5º | 0.35% | 0.81% | - |
| XYZ | 36.9 | 30.39 | 62.31 | - |
| YUV | 153.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 206 | 0.16 | 0.35 | 0 | 0.19 | 272.5 | 0.42 | 0.67 |
| Hex | AD | 86 | CE | 10 | 23 | 0 | 13 | 110 | 2A | 43 |
| Octal | 255 | 206 | 316 | 20 | 43 | 0 | 23 | 420 | 52 | 103 |
| Binary | 10101101 | 10000110 | 11001110 | 10000 | 100011 | 0 | 10011 | 100010000 | 101010 | 1000011 |
Color Harmonies of #AD86CE
Complementary color
Monochromatic Colors of #AD86CE
Black with #AD86CE
Text Example
Text Example
White with #AD86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD86CE; }
p { color: rgb(173,134,206); }
H1.HeaderClassName
{
color: #AD86CE;
}
.AnyTagClassName
{
color: #AD86CE;
}
</style>
background-color css
<style>
a { background-color: #AD86CE; }
a { background-color: rgb(173,134,206); }
div.DivClassName
{
background-color: #AD86CE;
}
.BgClassName
{
background-color: #AD86CE;
}
</style>
border-color css
<style>
span { border-color: #AD86CE; }
span { border-color: rgb(173,134,206); }
td.TdClassName
{
border-color: #AD86CE;
}
.TagClassName
{
border-color: #AD86CE;
}
</style>