Shades of East Side #AD83BB
Tints of East Side #AD83BB
RGB
CMYK
RGB Variations
Color information
#AD83BB (or 0xAD83BB) is known color: East Side. HEX triplet: AD, 83 and BB. RGB value is (173,131,187). Sum of RGB (Red+Green+Blue) = 173+131+187=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83BB is #527C44. Grayscale: #959595. Windows color (decimal): -5405765 or 12288941. OLE color: 12288941.
HSL color Cylindrical-coordinate representation of color #AD83BB: hue angle of 285º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD83BB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 131 | 187 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.27 |
| HSL | 285º | 0.29% | 0.62% | - |
| HSV(B) | 285º | 0.3% | 0.73% | - |
| XYZ | 34.32 | 28.7 | 50.75 | - |
| YUV | 149.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 187 | 0.07 | 0.30 | 0 | 0.27 | 285 | 0.29 | 0.62 |
| Hex | AD | 83 | BB | 7 | 1E | 0 | 1B | 11D | 1D | 3E |
| Octal | 255 | 203 | 273 | 7 | 36 | 0 | 33 | 435 | 35 | 76 |
| Binary | 10101101 | 10000011 | 10111011 | 111 | 11110 | 0 | 11011 | 100011101 | 11101 | 111110 |
Color Harmonies of #AD83BB
Complementary color
Monochromatic Colors of #AD83BB
Black with #AD83BB
Text Example
Text Example
White with #AD83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83BB; }
p { color: rgb(173,131,187); }
H1.HeaderClassName
{
color: #AD83BB;
}
.AnyTagClassName
{
color: #AD83BB;
}
</style>
background-color css
<style>
a { background-color: #AD83BB; }
a { background-color: rgb(173,131,187); }
div.DivClassName
{
background-color: #AD83BB;
}
.BgClassName
{
background-color: #AD83BB;
}
</style>
border-color css
<style>
span { border-color: #AD83BB; }
span { border-color: rgb(173,131,187); }
td.TdClassName
{
border-color: #AD83BB;
}
.TagClassName
{
border-color: #AD83BB;
}
</style>