Shades of East Side #AD8DCB
Tints of East Side #AD8DCB
RGB
CMYK
RGB Variations
Color information
#AD8DCB (or 0xAD8DCB) is known color: East Side. HEX triplet: AD, 8D and CB. RGB value is (173,141,203). Sum of RGB (Red+Green+Blue) = 173+141+203=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DCB is #527234. Grayscale: #9D9D9D. Windows color (decimal): -5403189 or 13340077. OLE color: 13340077.
HSL color Cylindrical-coordinate representation of color #AD8DCB: hue angle of 270.97º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8DCB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 141 | 203 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.20 |
| HSL | 270.97º | 0.37% | 0.67% | - |
| HSV(B) | 270.97º | 0.31% | 0.8% | - |
| XYZ | 37.54 | 32.25 | 60.75 | - |
| YUV | 157.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 203 | 0.15 | 0.31 | 0 | 0.20 | 270.97 | 0.37 | 0.67 |
| Hex | AD | 8D | CB | F | 1F | 0 | 14 | 10F | 25 | 43 |
| Octal | 255 | 215 | 313 | 17 | 37 | 0 | 24 | 417 | 45 | 103 |
| Binary | 10101101 | 10001101 | 11001011 | 1111 | 11111 | 0 | 10100 | 100001111 | 100101 | 1000011 |
Color Harmonies of #AD8DCB
Complementary color
Monochromatic Colors of #AD8DCB
Black with #AD8DCB
Text Example
Text Example
White with #AD8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DCB; }
p { color: rgb(173,141,203); }
H1.HeaderClassName
{
color: #AD8DCB;
}
.AnyTagClassName
{
color: #AD8DCB;
}
</style>
background-color css
<style>
a { background-color: #AD8DCB; }
a { background-color: rgb(173,141,203); }
div.DivClassName
{
background-color: #AD8DCB;
}
.BgClassName
{
background-color: #AD8DCB;
}
</style>
border-color css
<style>
span { border-color: #AD8DCB; }
span { border-color: rgb(173,141,203); }
td.TdClassName
{
border-color: #AD8DCB;
}
.TagClassName
{
border-color: #AD8DCB;
}
</style>