Shades of East Side #AD9DBA
Tints of East Side #AD9DBA
RGB
CMYK
RGB Variations
Color information
#AD9DBA (or 0xAD9DBA) is known color: East Side. HEX triplet: AD, 9D and BA. RGB value is (173,157,186). Sum of RGB (Red+Green+Blue) = 173+157+186=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DBA is #526245. Grayscale: #A4A4A4. Windows color (decimal): -5399110 or 12230061. OLE color: 12230061.
HSL color Cylindrical-coordinate representation of color #AD9DBA: hue angle of 273.1º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9DBA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 157 | 186 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.27 |
| HSL | 273.1º | 0.17% | 0.67% | - |
| HSV(B) | 273.1º | 0.16% | 0.73% | - |
| XYZ | 38.15 | 36.54 | 51.5 | - |
| YUV | 165.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 186 | 0.07 | 0.16 | 0 | 0.27 | 273.1 | 0.17 | 0.67 |
| Hex | AD | 9D | BA | 7 | 10 | 0 | 1B | 111 | 11 | 43 |
| Octal | 255 | 235 | 272 | 7 | 20 | 0 | 33 | 421 | 21 | 103 |
| Binary | 10101101 | 10011101 | 10111010 | 111 | 10000 | 0 | 11011 | 100010001 | 10001 | 1000011 |
Color Harmonies of #AD9DBA
Complementary color
Monochromatic Colors of #AD9DBA
Black with #AD9DBA
Text Example
Text Example
White with #AD9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DBA; }
p { color: rgb(173,157,186); }
H1.HeaderClassName
{
color: #AD9DBA;
}
.AnyTagClassName
{
color: #AD9DBA;
}
</style>
background-color css
<style>
a { background-color: #AD9DBA; }
a { background-color: rgb(173,157,186); }
div.DivClassName
{
background-color: #AD9DBA;
}
.BgClassName
{
background-color: #AD9DBA;
}
</style>
border-color css
<style>
span { border-color: #AD9DBA; }
span { border-color: rgb(173,157,186); }
td.TdClassName
{
border-color: #AD9DBA;
}
.TagClassName
{
border-color: #AD9DBA;
}
</style>