Shades of East Side #AD89BD
Tints of East Side #AD89BD
RGB
CMYK
RGB Variations
Color information
#AD89BD (or 0xAD89BD) is known color: East Side. HEX triplet: AD, 89 and BD. RGB value is (173,137,189). Sum of RGB (Red+Green+Blue) = 173+137+189=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89BD is #527642. Grayscale: #999999. Windows color (decimal): -5404227 or 12421549. OLE color: 12421549.
HSL color Cylindrical-coordinate representation of color #AD89BD: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD89BD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 137 | 189 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.26 |
| HSL | 281.54º | 0.28% | 0.64% | - |
| HSV(B) | 281.54º | 0.28% | 0.74% | - |
| XYZ | 35.36 | 30.45 | 52.16 | - |
| YUV | 153.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 189 | 0.08 | 0.28 | 0 | 0.26 | 281.54 | 0.28 | 0.64 |
| Hex | AD | 89 | BD | 8 | 1C | 0 | 1A | 11A | 1C | 40 |
| Octal | 255 | 211 | 275 | 10 | 34 | 0 | 32 | 432 | 34 | 100 |
| Binary | 10101101 | 10001001 | 10111101 | 1000 | 11100 | 0 | 11010 | 100011010 | 11100 | 1000000 |
Color Harmonies of #AD89BD
Complementary color
Monochromatic Colors of #AD89BD
Black with #AD89BD
Text Example
Text Example
White with #AD89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89BD; }
p { color: rgb(173,137,189); }
H1.HeaderClassName
{
color: #AD89BD;
}
.AnyTagClassName
{
color: #AD89BD;
}
</style>
background-color css
<style>
a { background-color: #AD89BD; }
a { background-color: rgb(173,137,189); }
div.DivClassName
{
background-color: #AD89BD;
}
.BgClassName
{
background-color: #AD89BD;
}
</style>
border-color css
<style>
span { border-color: #AD89BD; }
span { border-color: rgb(173,137,189); }
td.TdClassName
{
border-color: #AD89BD;
}
.TagClassName
{
border-color: #AD89BD;
}
</style>