Shades of East Side #AD8AB5
Tints of East Side #AD8AB5
RGB
CMYK
RGB Variations
Color information
#AD8AB5 (or 0xAD8AB5) is known color: East Side. HEX triplet: AD, 8A and B5. RGB value is (173,138,181). Sum of RGB (Red+Green+Blue) = 173+138+181=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD8AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AB5 is #52754A. Grayscale: #999999. Windows color (decimal): -5403979 or 11897517. OLE color: 11897517.
HSL color Cylindrical-coordinate representation of color #AD8AB5: hue angle of 288.84º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8AB5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 138 | 181 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.29 |
| HSL | 288.84º | 0.23% | 0.63% | - |
| HSV(B) | 288.84º | 0.24% | 0.71% | - |
| XYZ | 34.66 | 30.4 | 47.76 | - |
| YUV | 153.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 181 | 0.04 | 0.24 | 0 | 0.29 | 288.84 | 0.23 | 0.63 |
| Hex | AD | 8A | B5 | 4 | 18 | 0 | 1D | 121 | 17 | 3F |
| Octal | 255 | 212 | 265 | 4 | 30 | 0 | 35 | 441 | 27 | 77 |
| Binary | 10101101 | 10001010 | 10110101 | 100 | 11000 | 0 | 11101 | 100100001 | 10111 | 111111 |
Color Harmonies of #AD8AB5
Complementary color
Monochromatic Colors of #AD8AB5
Black with #AD8AB5
Text Example
Text Example
White with #AD8AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AB5; }
p { color: rgb(173,138,181); }
H1.HeaderClassName
{
color: #AD8AB5;
}
.AnyTagClassName
{
color: #AD8AB5;
}
</style>
background-color css
<style>
a { background-color: #AD8AB5; }
a { background-color: rgb(173,138,181); }
div.DivClassName
{
background-color: #AD8AB5;
}
.BgClassName
{
background-color: #AD8AB5;
}
</style>
border-color css
<style>
span { border-color: #AD8AB5; }
span { border-color: rgb(173,138,181); }
td.TdClassName
{
border-color: #AD8AB5;
}
.TagClassName
{
border-color: #AD8AB5;
}
</style>