Shades of East Side #AD83BC
Tints of East Side #AD83BC
RGB
CMYK
RGB Variations
Color information
#AD83BC (or 0xAD83BC) is known color: East Side. HEX triplet: AD, 83 and BC. RGB value is (173,131,188). Sum of RGB (Red+Green+Blue) = 173+131+188=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83BC is #527C43. Grayscale: #959595. Windows color (decimal): -5405764 or 12354477. OLE color: 12354477.
HSL color Cylindrical-coordinate representation of color #AD83BC: hue angle of 284.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD83BC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 131 | 188 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.26 |
| HSL | 284.21º | 0.3% | 0.63% | - |
| HSV(B) | 284.21º | 0.3% | 0.74% | - |
| XYZ | 34.43 | 28.75 | 51.31 | - |
| YUV | 150.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 188 | 0.08 | 0.30 | 0 | 0.26 | 284.21 | 0.3 | 0.63 |
| Hex | AD | 83 | BC | 8 | 1E | 0 | 1A | 11C | 1E | 3F |
| Octal | 255 | 203 | 274 | 10 | 36 | 0 | 32 | 434 | 36 | 77 |
| Binary | 10101101 | 10000011 | 10111100 | 1000 | 11110 | 0 | 11010 | 100011100 | 11110 | 111111 |
Color Harmonies of #AD83BC
Complementary color
Monochromatic Colors of #AD83BC
Black with #AD83BC
Text Example
Text Example
White with #AD83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83BC; }
p { color: rgb(173,131,188); }
H1.HeaderClassName
{
color: #AD83BC;
}
.AnyTagClassName
{
color: #AD83BC;
}
</style>
background-color css
<style>
a { background-color: #AD83BC; }
a { background-color: rgb(173,131,188); }
div.DivClassName
{
background-color: #AD83BC;
}
.BgClassName
{
background-color: #AD83BC;
}
</style>
border-color css
<style>
span { border-color: #AD83BC; }
span { border-color: rgb(173,131,188); }
td.TdClassName
{
border-color: #AD83BC;
}
.TagClassName
{
border-color: #AD83BC;
}
</style>