Shades of East Side #AD89CD
Tints of East Side #AD89CD
RGB
CMYK
RGB Variations
Color information
#AD89CD (or 0xAD89CD) is known color: East Side. HEX triplet: AD, 89 and CD. RGB value is (173,137,205). Sum of RGB (Red+Green+Blue) = 173+137+205=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CD is #527632. Grayscale: #9B9B9B. Windows color (decimal): -5404211 or 13470125. OLE color: 13470125.
HSL color Cylindrical-coordinate representation of color #AD89CD: hue angle of 271.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD89CD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 137 | 205 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.20 |
| HSL | 271.76º | 0.4% | 0.67% | - |
| HSV(B) | 271.76º | 0.33% | 0.8% | - |
| XYZ | 37.2 | 31.18 | 61.82 | - |
| YUV | 155.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 205 | 0.16 | 0.33 | 0 | 0.20 | 271.76 | 0.4 | 0.67 |
| Hex | AD | 89 | CD | 10 | 21 | 0 | 14 | 110 | 28 | 43 |
| Octal | 255 | 211 | 315 | 20 | 41 | 0 | 24 | 420 | 50 | 103 |
| Binary | 10101101 | 10001001 | 11001101 | 10000 | 100001 | 0 | 10100 | 100010000 | 101000 | 1000011 |
Color Harmonies of #AD89CD
Complementary color
Monochromatic Colors of #AD89CD
Black with #AD89CD
Text Example
Text Example
White with #AD89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89CD; }
p { color: rgb(173,137,205); }
H1.HeaderClassName
{
color: #AD89CD;
}
.AnyTagClassName
{
color: #AD89CD;
}
</style>
background-color css
<style>
a { background-color: #AD89CD; }
a { background-color: rgb(173,137,205); }
div.DivClassName
{
background-color: #AD89CD;
}
.BgClassName
{
background-color: #AD89CD;
}
</style>
border-color css
<style>
span { border-color: #AD89CD; }
span { border-color: rgb(173,137,205); }
td.TdClassName
{
border-color: #AD89CD;
}
.TagClassName
{
border-color: #AD89CD;
}
</style>