Shades of East Side #AD8BCB
Tints of East Side #AD8BCB
RGB
CMYK
RGB Variations
Color information
#AD8BCB (or 0xAD8BCB) is known color: East Side. HEX triplet: AD, 8B and CB. RGB value is (173,139,203). Sum of RGB (Red+Green+Blue) = 173+139+203=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BCB is #527434. Grayscale: #9C9C9C. Windows color (decimal): -5403701 or 13339565. OLE color: 13339565.
HSL color Cylindrical-coordinate representation of color #AD8BCB: hue angle of 271.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8BCB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 139 | 203 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.20 |
| HSL | 271.88º | 0.38% | 0.67% | - |
| HSV(B) | 271.88º | 0.32% | 0.8% | - |
| XYZ | 37.25 | 31.66 | 60.65 | - |
| YUV | 156.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 203 | 0.15 | 0.32 | 0 | 0.20 | 271.88 | 0.38 | 0.67 |
| Hex | AD | 8B | CB | F | 20 | 0 | 14 | 110 | 26 | 43 |
| Octal | 255 | 213 | 313 | 17 | 40 | 0 | 24 | 420 | 46 | 103 |
| Binary | 10101101 | 10001011 | 11001011 | 1111 | 100000 | 0 | 10100 | 100010000 | 100110 | 1000011 |
Color Harmonies of #AD8BCB
Complementary color
Monochromatic Colors of #AD8BCB
Black with #AD8BCB
Text Example
Text Example
White with #AD8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BCB; }
p { color: rgb(173,139,203); }
H1.HeaderClassName
{
color: #AD8BCB;
}
.AnyTagClassName
{
color: #AD8BCB;
}
</style>
background-color css
<style>
a { background-color: #AD8BCB; }
a { background-color: rgb(173,139,203); }
div.DivClassName
{
background-color: #AD8BCB;
}
.BgClassName
{
background-color: #AD8BCB;
}
</style>
border-color css
<style>
span { border-color: #AD8BCB; }
span { border-color: rgb(173,139,203); }
td.TdClassName
{
border-color: #AD8BCB;
}
.TagClassName
{
border-color: #AD8BCB;
}
</style>