Shades of East Side #AD8CB6
Tints of East Side #AD8CB6
RGB
CMYK
RGB Variations
Color information
#AD8CB6 (or 0xAD8CB6) is known color: East Side. HEX triplet: AD, 8C and B6. RGB value is (173,140,182). Sum of RGB (Red+Green+Blue) = 173+140+182=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD8CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CB6 is #527349. Grayscale: #9A9A9A. Windows color (decimal): -5403466 or 11963565. OLE color: 11963565.
HSL color Cylindrical-coordinate representation of color #AD8CB6: hue angle of 287.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8CB6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 140 | 182 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.29 |
| HSL | 287.14º | 0.22% | 0.63% | - |
| HSV(B) | 287.14º | 0.23% | 0.71% | - |
| XYZ | 35.06 | 31.02 | 48.4 | - |
| YUV | 154.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 182 | 0.05 | 0.23 | 0 | 0.29 | 287.14 | 0.22 | 0.63 |
| Hex | AD | 8C | B6 | 5 | 17 | 0 | 1D | 11F | 16 | 3F |
| Octal | 255 | 214 | 266 | 5 | 27 | 0 | 35 | 437 | 26 | 77 |
| Binary | 10101101 | 10001100 | 10110110 | 101 | 10111 | 0 | 11101 | 100011111 | 10110 | 111111 |
Color Harmonies of #AD8CB6
Complementary color
Monochromatic Colors of #AD8CB6
Black with #AD8CB6
Text Example
Text Example
White with #AD8CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CB6; }
p { color: rgb(173,140,182); }
H1.HeaderClassName
{
color: #AD8CB6;
}
.AnyTagClassName
{
color: #AD8CB6;
}
</style>
background-color css
<style>
a { background-color: #AD8CB6; }
a { background-color: rgb(173,140,182); }
div.DivClassName
{
background-color: #AD8CB6;
}
.BgClassName
{
background-color: #AD8CB6;
}
</style>
border-color css
<style>
span { border-color: #AD8CB6; }
span { border-color: rgb(173,140,182); }
td.TdClassName
{
border-color: #AD8CB6;
}
.TagClassName
{
border-color: #AD8CB6;
}
</style>