Shades of East Side #AD8AB6
Tints of East Side #AD8AB6
RGB
CMYK
RGB Variations
Color information
#AD8AB6 (or 0xAD8AB6) is known color: East Side. HEX triplet: AD, 8A and B6. RGB value is (173,138,182). Sum of RGB (Red+Green+Blue) = 173+138+182=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD8AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AB6 is #527549. Grayscale: #999999. Windows color (decimal): -5403978 or 11963053. OLE color: 11963053.
HSL color Cylindrical-coordinate representation of color #AD8AB6: hue angle of 287.73º 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 #AD8AB6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 138 | 182 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.29 |
| HSL | 287.73º | 0.23% | 0.63% | - |
| HSV(B) | 287.73º | 0.24% | 0.71% | - |
| XYZ | 34.77 | 30.44 | 48.3 | - |
| YUV | 153.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 182 | 0.05 | 0.24 | 0 | 0.29 | 287.73 | 0.23 | 0.63 |
| Hex | AD | 8A | B6 | 5 | 18 | 0 | 1D | 120 | 17 | 3F |
| Octal | 255 | 212 | 266 | 5 | 30 | 0 | 35 | 440 | 27 | 77 |
| Binary | 10101101 | 10001010 | 10110110 | 101 | 11000 | 0 | 11101 | 100100000 | 10111 | 111111 |
Color Harmonies of #AD8AB6
Complementary color
Monochromatic Colors of #AD8AB6
Black with #AD8AB6
Text Example
Text Example
White with #AD8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AB6; }
p { color: rgb(173,138,182); }
H1.HeaderClassName
{
color: #AD8AB6;
}
.AnyTagClassName
{
color: #AD8AB6;
}
</style>
background-color css
<style>
a { background-color: #AD8AB6; }
a { background-color: rgb(173,138,182); }
div.DivClassName
{
background-color: #AD8AB6;
}
.BgClassName
{
background-color: #AD8AB6;
}
</style>
border-color css
<style>
span { border-color: #AD8AB6; }
span { border-color: rgb(173,138,182); }
td.TdClassName
{
border-color: #AD8AB6;
}
.TagClassName
{
border-color: #AD8AB6;
}
</style>