Shades of East Side #AD8CBB
Tints of East Side #AD8CBB
RGB
CMYK
RGB Variations
Color information
#AD8CBB (or 0xAD8CBB) is known color: East Side. HEX triplet: AD, 8C and BB. RGB value is (173,140,187). Sum of RGB (Red+Green+Blue) = 173+140+187=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CBB is #527344. Grayscale: #9B9B9B. Windows color (decimal): -5403461 or 12291245. OLE color: 12291245.
HSL color Cylindrical-coordinate representation of color #AD8CBB: hue angle of 282.13º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8CBB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 140 | 187 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.27 |
| HSL | 282.13º | 0.26% | 0.64% | - |
| HSV(B) | 282.13º | 0.25% | 0.73% | - |
| XYZ | 35.58 | 31.23 | 51.17 | - |
| YUV | 155.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 187 | 0.07 | 0.25 | 0 | 0.27 | 282.13 | 0.26 | 0.64 |
| Hex | AD | 8C | BB | 7 | 19 | 0 | 1B | 11A | 1A | 40 |
| Octal | 255 | 214 | 273 | 7 | 31 | 0 | 33 | 432 | 32 | 100 |
| Binary | 10101101 | 10001100 | 10111011 | 111 | 11001 | 0 | 11011 | 100011010 | 11010 | 1000000 |
Color Harmonies of #AD8CBB
Complementary color
Monochromatic Colors of #AD8CBB
Black with #AD8CBB
Text Example
Text Example
White with #AD8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CBB; }
p { color: rgb(173,140,187); }
H1.HeaderClassName
{
color: #AD8CBB;
}
.AnyTagClassName
{
color: #AD8CBB;
}
</style>
background-color css
<style>
a { background-color: #AD8CBB; }
a { background-color: rgb(173,140,187); }
div.DivClassName
{
background-color: #AD8CBB;
}
.BgClassName
{
background-color: #AD8CBB;
}
</style>
border-color css
<style>
span { border-color: #AD8CBB; }
span { border-color: rgb(173,140,187); }
td.TdClassName
{
border-color: #AD8CBB;
}
.TagClassName
{
border-color: #AD8CBB;
}
</style>