Shades of East Side #AD85BA
Tints of East Side #AD85BA
RGB
CMYK
RGB Variations
Color information
#AD85BA (or 0xAD85BA) is known color: East Side. HEX triplet: AD, 85 and BA. RGB value is (173,133,186). Sum of RGB (Red+Green+Blue) = 173+133+186=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BA is #527A45. Grayscale: #969696. Windows color (decimal): -5405254 or 12223917. OLE color: 12223917.
HSL color Cylindrical-coordinate representation of color #AD85BA: hue angle of 285.28º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD85BA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 133 | 186 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.27 |
| HSL | 285.28º | 0.28% | 0.63% | - |
| HSV(B) | 285.28º | 0.28% | 0.73% | - |
| XYZ | 34.48 | 29.2 | 50.27 | - |
| YUV | 151 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 186 | 0.07 | 0.28 | 0 | 0.27 | 285.28 | 0.28 | 0.63 |
| Hex | AD | 85 | BA | 7 | 1C | 0 | 1B | 11D | 1C | 3F |
| Octal | 255 | 205 | 272 | 7 | 34 | 0 | 33 | 435 | 34 | 77 |
| Binary | 10101101 | 10000101 | 10111010 | 111 | 11100 | 0 | 11011 | 100011101 | 11100 | 111111 |
Color Harmonies of #AD85BA
Complementary color
Monochromatic Colors of #AD85BA
Black with #AD85BA
Text Example
Text Example
White with #AD85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85BA; }
p { color: rgb(173,133,186); }
H1.HeaderClassName
{
color: #AD85BA;
}
.AnyTagClassName
{
color: #AD85BA;
}
</style>
background-color css
<style>
a { background-color: #AD85BA; }
a { background-color: rgb(173,133,186); }
div.DivClassName
{
background-color: #AD85BA;
}
.BgClassName
{
background-color: #AD85BA;
}
</style>
border-color css
<style>
span { border-color: #AD85BA; }
span { border-color: rgb(173,133,186); }
td.TdClassName
{
border-color: #AD85BA;
}
.TagClassName
{
border-color: #AD85BA;
}
</style>