Shades of East Side #AD93B9
Tints of East Side #AD93B9
RGB
CMYK
RGB Variations
Color information
#AD93B9 (or 0xAD93B9) is known color: East Side. HEX triplet: AD, 93 and B9. RGB value is (173,147,185). Sum of RGB (Red+Green+Blue) = 173+147+185=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD93B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93B9 is #526C46. Grayscale: #9E9E9E. Windows color (decimal): -5401671 or 12161965. OLE color: 12161965.
HSL color Cylindrical-coordinate representation of color #AD93B9: hue angle of 281.05º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD93B9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 147 | 185 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.27 |
| HSL | 281.05º | 0.21% | 0.65% | - |
| HSV(B) | 281.05º | 0.21% | 0.73% | - |
| XYZ | 36.42 | 33.25 | 50.4 | - |
| YUV | 159.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 185 | 0.06 | 0.21 | 0 | 0.27 | 281.05 | 0.21 | 0.65 |
| Hex | AD | 93 | B9 | 6 | 15 | 0 | 1B | 119 | 15 | 41 |
| Octal | 255 | 223 | 271 | 6 | 25 | 0 | 33 | 431 | 25 | 101 |
| Binary | 10101101 | 10010011 | 10111001 | 110 | 10101 | 0 | 11011 | 100011001 | 10101 | 1000001 |
Color Harmonies of #AD93B9
Complementary color
Monochromatic Colors of #AD93B9
Black with #AD93B9
Text Example
Text Example
White with #AD93B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93B9; }
p { color: rgb(173,147,185); }
H1.HeaderClassName
{
color: #AD93B9;
}
.AnyTagClassName
{
color: #AD93B9;
}
</style>
background-color css
<style>
a { background-color: #AD93B9; }
a { background-color: rgb(173,147,185); }
div.DivClassName
{
background-color: #AD93B9;
}
.BgClassName
{
background-color: #AD93B9;
}
</style>
border-color css
<style>
span { border-color: #AD93B9; }
span { border-color: rgb(173,147,185); }
td.TdClassName
{
border-color: #AD93B9;
}
.TagClassName
{
border-color: #AD93B9;
}
</style>