Shades of East Side #AD84C9
Tints of East Side #AD84C9
RGB
CMYK
RGB Variations
Color information
#AD84C9 (or 0xAD84C9) is known color: East Side. HEX triplet: AD, 84 and C9. RGB value is (173,132,201). Sum of RGB (Red+Green+Blue) = 173+132+201=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD84C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84C9 is #527B36. Grayscale: #979797. Windows color (decimal): -5405495 or 13206701. OLE color: 13206701.
HSL color Cylindrical-coordinate representation of color #AD84C9: hue angle of 275.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD84C9 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 132 | 201 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.21 |
| HSL | 275.65º | 0.39% | 0.65% | - |
| HSV(B) | 275.65º | 0.34% | 0.79% | - |
| XYZ | 36.03 | 29.6 | 59.07 | - |
| YUV | 152.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 201 | 0.14 | 0.34 | 0 | 0.21 | 275.65 | 0.39 | 0.65 |
| Hex | AD | 84 | C9 | E | 22 | 0 | 15 | 114 | 27 | 41 |
| Octal | 255 | 204 | 311 | 16 | 42 | 0 | 25 | 424 | 47 | 101 |
| Binary | 10101101 | 10000100 | 11001001 | 1110 | 100010 | 0 | 10101 | 100010100 | 100111 | 1000001 |
Color Harmonies of #AD84C9
Complementary color
Monochromatic Colors of #AD84C9
Black with #AD84C9
Text Example
Text Example
White with #AD84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84C9; }
p { color: rgb(173,132,201); }
H1.HeaderClassName
{
color: #AD84C9;
}
.AnyTagClassName
{
color: #AD84C9;
}
</style>
background-color css
<style>
a { background-color: #AD84C9; }
a { background-color: rgb(173,132,201); }
div.DivClassName
{
background-color: #AD84C9;
}
.BgClassName
{
background-color: #AD84C9;
}
</style>
border-color css
<style>
span { border-color: #AD84C9; }
span { border-color: rgb(173,132,201); }
td.TdClassName
{
border-color: #AD84C9;
}
.TagClassName
{
border-color: #AD84C9;
}
</style>