Shades of East Side #AD95BC
Tints of East Side #AD95BC
RGB
CMYK
RGB Variations
Color information
#AD95BC (or 0xAD95BC) is known color: East Side. HEX triplet: AD, 95 and BC. RGB value is (173,149,188). Sum of RGB (Red+Green+Blue) = 173+149+188=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD95BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95BC is #526A43. Grayscale: #A0A0A0. Windows color (decimal): -5401156 or 12359085. OLE color: 12359085.
HSL color Cylindrical-coordinate representation of color #AD95BC: hue angle of 276.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD95BC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 149 | 188 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.26 |
| HSL | 276.92º | 0.23% | 0.66% | - |
| HSV(B) | 276.92º | 0.21% | 0.74% | - |
| XYZ | 37.06 | 34.01 | 52.19 | - |
| YUV | 160.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 188 | 0.08 | 0.21 | 0 | 0.26 | 276.92 | 0.23 | 0.66 |
| Hex | AD | 95 | BC | 8 | 15 | 0 | 1A | 115 | 17 | 42 |
| Octal | 255 | 225 | 274 | 10 | 25 | 0 | 32 | 425 | 27 | 102 |
| Binary | 10101101 | 10010101 | 10111100 | 1000 | 10101 | 0 | 11010 | 100010101 | 10111 | 1000010 |
Color Harmonies of #AD95BC
Complementary color
Monochromatic Colors of #AD95BC
Black with #AD95BC
Text Example
Text Example
White with #AD95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95BC; }
p { color: rgb(173,149,188); }
H1.HeaderClassName
{
color: #AD95BC;
}
.AnyTagClassName
{
color: #AD95BC;
}
</style>
background-color css
<style>
a { background-color: #AD95BC; }
a { background-color: rgb(173,149,188); }
div.DivClassName
{
background-color: #AD95BC;
}
.BgClassName
{
background-color: #AD95BC;
}
</style>
border-color css
<style>
span { border-color: #AD95BC; }
span { border-color: rgb(173,149,188); }
td.TdClassName
{
border-color: #AD95BC;
}
.TagClassName
{
border-color: #AD95BC;
}
</style>