Shades of East Side #AD91BB
Tints of East Side #AD91BB
RGB
CMYK
RGB Variations
Color information
#AD91BB (or 0xAD91BB) is known color: East Side. HEX triplet: AD, 91 and BB. RGB value is (173,145,187). Sum of RGB (Red+Green+Blue) = 173+145+187=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD91BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91BB is #526E44. Grayscale: #9E9E9E. Windows color (decimal): -5402181 or 12292525. OLE color: 12292525.
HSL color Cylindrical-coordinate representation of color #AD91BB: hue angle of 280º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD91BB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 145 | 187 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.27 |
| HSL | 280º | 0.24% | 0.65% | - |
| HSV(B) | 280º | 0.22% | 0.73% | - |
| XYZ | 36.33 | 32.72 | 51.42 | - |
| YUV | 158.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 187 | 0.07 | 0.22 | 0 | 0.27 | 280 | 0.24 | 0.65 |
| Hex | AD | 91 | BB | 7 | 16 | 0 | 1B | 118 | 18 | 41 |
| Octal | 255 | 221 | 273 | 7 | 26 | 0 | 33 | 430 | 30 | 101 |
| Binary | 10101101 | 10010001 | 10111011 | 111 | 10110 | 0 | 11011 | 100011000 | 11000 | 1000001 |
Color Harmonies of #AD91BB
Complementary color
Monochromatic Colors of #AD91BB
Black with #AD91BB
Text Example
Text Example
White with #AD91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91BB; }
p { color: rgb(173,145,187); }
H1.HeaderClassName
{
color: #AD91BB;
}
.AnyTagClassName
{
color: #AD91BB;
}
</style>
background-color css
<style>
a { background-color: #AD91BB; }
a { background-color: rgb(173,145,187); }
div.DivClassName
{
background-color: #AD91BB;
}
.BgClassName
{
background-color: #AD91BB;
}
</style>
border-color css
<style>
span { border-color: #AD91BB; }
span { border-color: rgb(173,145,187); }
td.TdClassName
{
border-color: #AD91BB;
}
.TagClassName
{
border-color: #AD91BB;
}
</style>