Shades of East Side #AD94BF
Tints of East Side #AD94BF
RGB
CMYK
RGB Variations
Color information
#AD94BF (or 0xAD94BF) is known color: East Side. HEX triplet: AD, 94 and BF. RGB value is (173,148,191). Sum of RGB (Red+Green+Blue) = 173+148+191=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD94BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94BF is #526B40. Grayscale: #A0A0A0. Windows color (decimal): -5401409 or 12555437. OLE color: 12555437.
HSL color Cylindrical-coordinate representation of color #AD94BF: hue angle of 274.88º degrees, saturation: 0.25, 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 #AD94BF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 148 | 191 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.25 |
| HSL | 274.88º | 0.25% | 0.66% | - |
| HSV(B) | 274.88º | 0.23% | 0.75% | - |
| XYZ | 37.23 | 33.83 | 53.86 | - |
| YUV | 160.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 191 | 0.09 | 0.23 | 0 | 0.25 | 274.88 | 0.25 | 0.66 |
| Hex | AD | 94 | BF | 9 | 17 | 0 | 19 | 113 | 19 | 42 |
| Octal | 255 | 224 | 277 | 11 | 27 | 0 | 31 | 423 | 31 | 102 |
| Binary | 10101101 | 10010100 | 10111111 | 1001 | 10111 | 0 | 11001 | 100010011 | 11001 | 1000010 |
Color Harmonies of #AD94BF
Complementary color
Monochromatic Colors of #AD94BF
Black with #AD94BF
Text Example
Text Example
White with #AD94BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94BF; }
p { color: rgb(173,148,191); }
H1.HeaderClassName
{
color: #AD94BF;
}
.AnyTagClassName
{
color: #AD94BF;
}
</style>
background-color css
<style>
a { background-color: #AD94BF; }
a { background-color: rgb(173,148,191); }
div.DivClassName
{
background-color: #AD94BF;
}
.BgClassName
{
background-color: #AD94BF;
}
</style>
border-color css
<style>
span { border-color: #AD94BF; }
span { border-color: rgb(173,148,191); }
td.TdClassName
{
border-color: #AD94BF;
}
.TagClassName
{
border-color: #AD94BF;
}
</style>