Shades of East Side #AD93C0
Tints of East Side #AD93C0
RGB
CMYK
RGB Variations
Color information
#AD93C0 (or 0xAD93C0) is known color: East Side. HEX triplet: AD, 93 and C0. RGB value is (173,147,192). Sum of RGB (Red+Green+Blue) = 173+147+192=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93C0 is #526C3F. Grayscale: #9F9F9F. Windows color (decimal): -5401664 or 12620717. OLE color: 12620717.
HSL color Cylindrical-coordinate representation of color #AD93C0: hue angle of 274.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD93C0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 147 | 192 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.25 |
| HSL | 274.67º | 0.26% | 0.66% | - |
| HSV(B) | 274.67º | 0.23% | 0.75% | - |
| XYZ | 37.18 | 33.56 | 54.39 | - |
| YUV | 159.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 192 | 0.10 | 0.23 | 0 | 0.25 | 274.67 | 0.26 | 0.66 |
| Hex | AD | 93 | C0 | A | 17 | 0 | 19 | 113 | 1A | 42 |
| Octal | 255 | 223 | 300 | 12 | 27 | 0 | 31 | 423 | 32 | 102 |
| Binary | 10101101 | 10010011 | 11000000 | 1010 | 10111 | 0 | 11001 | 100010011 | 11010 | 1000010 |
Color Harmonies of #AD93C0
Complementary color
Monochromatic Colors of #AD93C0
Black with #AD93C0
Text Example
Text Example
White with #AD93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93C0; }
p { color: rgb(173,147,192); }
H1.HeaderClassName
{
color: #AD93C0;
}
.AnyTagClassName
{
color: #AD93C0;
}
</style>
background-color css
<style>
a { background-color: #AD93C0; }
a { background-color: rgb(173,147,192); }
div.DivClassName
{
background-color: #AD93C0;
}
.BgClassName
{
background-color: #AD93C0;
}
</style>
border-color css
<style>
span { border-color: #AD93C0; }
span { border-color: rgb(173,147,192); }
td.TdClassName
{
border-color: #AD93C0;
}
.TagClassName
{
border-color: #AD93C0;
}
</style>