Shades of East Side #AD89B3
Tints of East Side #AD89B3
RGB
CMYK
RGB Variations
Color information
#AD89B3 (or 0xAD89B3) is known color: East Side. HEX triplet: AD, 89 and B3. RGB value is (173,137,179). Sum of RGB (Red+Green+Blue) = 173+137+179=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD89B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89B3 is #52764C. Grayscale: #989898. Windows color (decimal): -5404237 or 11766189. OLE color: 11766189.
HSL color Cylindrical-coordinate representation of color #AD89B3: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD89B3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 137 | 179 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.30 |
| HSL | 291.43º | 0.22% | 0.62% | - |
| HSV(B) | 291.43º | 0.23% | 0.7% | - |
| XYZ | 34.32 | 30.03 | 46.64 | - |
| YUV | 152.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 179 | 0.03 | 0.23 | 0 | 0.30 | 291.43 | 0.22 | 0.62 |
| Hex | AD | 89 | B3 | 3 | 17 | 0 | 1E | 123 | 16 | 3E |
| Octal | 255 | 211 | 263 | 3 | 27 | 0 | 36 | 443 | 26 | 76 |
| Binary | 10101101 | 10001001 | 10110011 | 11 | 10111 | 0 | 11110 | 100100011 | 10110 | 111110 |
Color Harmonies of #AD89B3
Complementary color
Monochromatic Colors of #AD89B3
Black with #AD89B3
Text Example
Text Example
White with #AD89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89B3; }
p { color: rgb(173,137,179); }
H1.HeaderClassName
{
color: #AD89B3;
}
.AnyTagClassName
{
color: #AD89B3;
}
</style>
background-color css
<style>
a { background-color: #AD89B3; }
a { background-color: rgb(173,137,179); }
div.DivClassName
{
background-color: #AD89B3;
}
.BgClassName
{
background-color: #AD89B3;
}
</style>
border-color css
<style>
span { border-color: #AD89B3; }
span { border-color: rgb(173,137,179); }
td.TdClassName
{
border-color: #AD89B3;
}
.TagClassName
{
border-color: #AD89B3;
}
</style>