Shades of East Side #AD9CBC
Tints of East Side #AD9CBC
RGB
CMYK
RGB Variations
Color information
#AD9CBC (or 0xAD9CBC) is known color: East Side. HEX triplet: AD, 9C and BC. RGB value is (173,156,188). Sum of RGB (Red+Green+Blue) = 173+156+188=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CBC is #526343. Grayscale: #A4A4A4. Windows color (decimal): -5399364 or 12360877. OLE color: 12360877.
HSL color Cylindrical-coordinate representation of color #AD9CBC: hue angle of 271.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9CBC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 156 | 188 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.26 |
| HSL | 271.88º | 0.19% | 0.67% | - |
| HSV(B) | 271.88º | 0.17% | 0.74% | - |
| XYZ | 38.2 | 36.29 | 52.57 | - |
| YUV | 164.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 188 | 0.08 | 0.17 | 0 | 0.26 | 271.88 | 0.19 | 0.67 |
| Hex | AD | 9C | BC | 8 | 11 | 0 | 1A | 110 | 13 | 43 |
| Octal | 255 | 234 | 274 | 10 | 21 | 0 | 32 | 420 | 23 | 103 |
| Binary | 10101101 | 10011100 | 10111100 | 1000 | 10001 | 0 | 11010 | 100010000 | 10011 | 1000011 |
Color Harmonies of #AD9CBC
Complementary color
Monochromatic Colors of #AD9CBC
Black with #AD9CBC
Text Example
Text Example
White with #AD9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CBC; }
p { color: rgb(173,156,188); }
H1.HeaderClassName
{
color: #AD9CBC;
}
.AnyTagClassName
{
color: #AD9CBC;
}
</style>
background-color css
<style>
a { background-color: #AD9CBC; }
a { background-color: rgb(173,156,188); }
div.DivClassName
{
background-color: #AD9CBC;
}
.BgClassName
{
background-color: #AD9CBC;
}
</style>
border-color css
<style>
span { border-color: #AD9CBC; }
span { border-color: rgb(173,156,188); }
td.TdClassName
{
border-color: #AD9CBC;
}
.TagClassName
{
border-color: #AD9CBC;
}
</style>