Shades of East Side #AD89C6
Tints of East Side #AD89C6
RGB
CMYK
RGB Variations
Color information
#AD89C6 (or 0xAD89C6) is known color: East Side. HEX triplet: AD, 89 and C6. RGB value is (173,137,198). Sum of RGB (Red+Green+Blue) = 173+137+198=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD89C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89C6 is #527639. Grayscale: #9A9A9A. Windows color (decimal): -5404218 or 13011373. OLE color: 13011373.
HSL color Cylindrical-coordinate representation of color #AD89C6: hue angle of 275.41º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD89C6 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 137 | 198 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.22 |
| HSL | 275.41º | 0.35% | 0.66% | - |
| HSV(B) | 275.41º | 0.31% | 0.78% | - |
| XYZ | 36.37 | 30.85 | 57.46 | - |
| YUV | 154.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 198 | 0.13 | 0.31 | 0 | 0.22 | 275.41 | 0.35 | 0.66 |
| Hex | AD | 89 | C6 | D | 1F | 0 | 16 | 113 | 23 | 42 |
| Octal | 255 | 211 | 306 | 15 | 37 | 0 | 26 | 423 | 43 | 102 |
| Binary | 10101101 | 10001001 | 11000110 | 1101 | 11111 | 0 | 10110 | 100010011 | 100011 | 1000010 |
Color Harmonies of #AD89C6
Complementary color
Monochromatic Colors of #AD89C6
Black with #AD89C6
Text Example
Text Example
White with #AD89C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89C6; }
p { color: rgb(173,137,198); }
H1.HeaderClassName
{
color: #AD89C6;
}
.AnyTagClassName
{
color: #AD89C6;
}
</style>
background-color css
<style>
a { background-color: #AD89C6; }
a { background-color: rgb(173,137,198); }
div.DivClassName
{
background-color: #AD89C6;
}
.BgClassName
{
background-color: #AD89C6;
}
</style>
border-color css
<style>
span { border-color: #AD89C6; }
span { border-color: rgb(173,137,198); }
td.TdClassName
{
border-color: #AD89C6;
}
.TagClassName
{
border-color: #AD89C6;
}
</style>