Shades of East Side #AD94BB
Tints of East Side #AD94BB
RGB
CMYK
RGB Variations
Color information
#AD94BB (or 0xAD94BB) is known color: East Side. HEX triplet: AD, 94 and BB. RGB value is (173,148,187). Sum of RGB (Red+Green+Blue) = 173+148+187=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD94BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94BB is #526B44. Grayscale: #9F9F9F. Windows color (decimal): -5401413 or 12293293. OLE color: 12293293.
HSL color Cylindrical-coordinate representation of color #AD94BB: hue angle of 278.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD94BB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 148 | 187 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.27 |
| HSL | 278.46º | 0.22% | 0.66% | - |
| HSV(B) | 278.46º | 0.21% | 0.73% | - |
| XYZ | 36.79 | 33.65 | 51.57 | - |
| YUV | 159.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 187 | 0.07 | 0.21 | 0 | 0.27 | 278.46 | 0.22 | 0.66 |
| Hex | AD | 94 | BB | 7 | 15 | 0 | 1B | 116 | 16 | 42 |
| Octal | 255 | 224 | 273 | 7 | 25 | 0 | 33 | 426 | 26 | 102 |
| Binary | 10101101 | 10010100 | 10111011 | 111 | 10101 | 0 | 11011 | 100010110 | 10110 | 1000010 |
Color Harmonies of #AD94BB
Complementary color
Monochromatic Colors of #AD94BB
Black with #AD94BB
Text Example
Text Example
White with #AD94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94BB; }
p { color: rgb(173,148,187); }
H1.HeaderClassName
{
color: #AD94BB;
}
.AnyTagClassName
{
color: #AD94BB;
}
</style>
background-color css
<style>
a { background-color: #AD94BB; }
a { background-color: rgb(173,148,187); }
div.DivClassName
{
background-color: #AD94BB;
}
.BgClassName
{
background-color: #AD94BB;
}
</style>
border-color css
<style>
span { border-color: #AD94BB; }
span { border-color: rgb(173,148,187); }
td.TdClassName
{
border-color: #AD94BB;
}
.TagClassName
{
border-color: #AD94BB;
}
</style>