Shades of East Side #AD8DB5
Tints of East Side #AD8DB5
RGB
CMYK
RGB Variations
Color information
#AD8DB5 (or 0xAD8DB5) is known color: East Side. HEX triplet: AD, 8D and B5. RGB value is (173,141,181). Sum of RGB (Red+Green+Blue) = 173+141+181=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD8DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DB5 is #52724A. Grayscale: #9B9B9B. Windows color (decimal): -5403211 or 11898285. OLE color: 11898285.
HSL color Cylindrical-coordinate representation of color #AD8DB5: hue angle of 288º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8DB5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 141 | 181 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.29 |
| HSL | 288º | 0.21% | 0.63% | - |
| HSV(B) | 288º | 0.22% | 0.71% | - |
| XYZ | 35.1 | 31.27 | 47.9 | - |
| YUV | 155.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 181 | 0.04 | 0.22 | 0 | 0.29 | 288 | 0.21 | 0.63 |
| Hex | AD | 8D | B5 | 4 | 16 | 0 | 1D | 120 | 15 | 3F |
| Octal | 255 | 215 | 265 | 4 | 26 | 0 | 35 | 440 | 25 | 77 |
| Binary | 10101101 | 10001101 | 10110101 | 100 | 10110 | 0 | 11101 | 100100000 | 10101 | 111111 |
Color Harmonies of #AD8DB5
Complementary color
Monochromatic Colors of #AD8DB5
Black with #AD8DB5
Text Example
Text Example
White with #AD8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DB5; }
p { color: rgb(173,141,181); }
H1.HeaderClassName
{
color: #AD8DB5;
}
.AnyTagClassName
{
color: #AD8DB5;
}
</style>
background-color css
<style>
a { background-color: #AD8DB5; }
a { background-color: rgb(173,141,181); }
div.DivClassName
{
background-color: #AD8DB5;
}
.BgClassName
{
background-color: #AD8DB5;
}
</style>
border-color css
<style>
span { border-color: #AD8DB5; }
span { border-color: rgb(173,141,181); }
td.TdClassName
{
border-color: #AD8DB5;
}
.TagClassName
{
border-color: #AD8DB5;
}
</style>