Shades of East Side #AD89BE
Tints of East Side #AD89BE
RGB
CMYK
RGB Variations
Color information
#AD89BE (or 0xAD89BE) is known color: East Side. HEX triplet: AD, 89 and BE. RGB value is (173,137,190). Sum of RGB (Red+Green+Blue) = 173+137+190=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89BE is #527641. Grayscale: #999999. Windows color (decimal): -5404226 or 12487085. OLE color: 12487085.
HSL color Cylindrical-coordinate representation of color #AD89BE: hue angle of 280.75º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD89BE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 137 | 190 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.25 |
| HSL | 280.75º | 0.29% | 0.64% | - |
| HSV(B) | 280.75º | 0.28% | 0.75% | - |
| XYZ | 35.47 | 30.49 | 52.73 | - |
| YUV | 153.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 190 | 0.09 | 0.28 | 0 | 0.25 | 280.75 | 0.29 | 0.64 |
| Hex | AD | 89 | BE | 9 | 1C | 0 | 19 | 119 | 1D | 40 |
| Octal | 255 | 211 | 276 | 11 | 34 | 0 | 31 | 431 | 35 | 100 |
| Binary | 10101101 | 10001001 | 10111110 | 1001 | 11100 | 0 | 11001 | 100011001 | 11101 | 1000000 |
Color Harmonies of #AD89BE
Complementary color
Monochromatic Colors of #AD89BE
Black with #AD89BE
Text Example
Text Example
White with #AD89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89BE; }
p { color: rgb(173,137,190); }
H1.HeaderClassName
{
color: #AD89BE;
}
.AnyTagClassName
{
color: #AD89BE;
}
</style>
background-color css
<style>
a { background-color: #AD89BE; }
a { background-color: rgb(173,137,190); }
div.DivClassName
{
background-color: #AD89BE;
}
.BgClassName
{
background-color: #AD89BE;
}
</style>
border-color css
<style>
span { border-color: #AD89BE; }
span { border-color: rgb(173,137,190); }
td.TdClassName
{
border-color: #AD89BE;
}
.TagClassName
{
border-color: #AD89BE;
}
</style>