Shades of East Side #AD99BB
Tints of East Side #AD99BB
RGB
CMYK
RGB Variations
Color information
#AD99BB (or 0xAD99BB) is known color: East Side. HEX triplet: AD, 99 and BB. RGB value is (173,153,187). Sum of RGB (Red+Green+Blue) = 173+153+187=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BB is #526644. Grayscale: #A2A2A2. Windows color (decimal): -5400133 or 12294573. OLE color: 12294573.
HSL color Cylindrical-coordinate representation of color #AD99BB: hue angle of 275.29º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD99BB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 153 | 187 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.27 |
| HSL | 275.29º | 0.2% | 0.67% | - |
| HSV(B) | 275.29º | 0.18% | 0.73% | - |
| XYZ | 37.59 | 35.25 | 51.84 | - |
| YUV | 162.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 187 | 0.07 | 0.18 | 0 | 0.27 | 275.29 | 0.2 | 0.67 |
| Hex | AD | 99 | BB | 7 | 12 | 0 | 1B | 113 | 14 | 43 |
| Octal | 255 | 231 | 273 | 7 | 22 | 0 | 33 | 423 | 24 | 103 |
| Binary | 10101101 | 10011001 | 10111011 | 111 | 10010 | 0 | 11011 | 100010011 | 10100 | 1000011 |
Color Harmonies of #AD99BB
Complementary color
Monochromatic Colors of #AD99BB
Black with #AD99BB
Text Example
Text Example
White with #AD99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99BB; }
p { color: rgb(173,153,187); }
H1.HeaderClassName
{
color: #AD99BB;
}
.AnyTagClassName
{
color: #AD99BB;
}
</style>
background-color css
<style>
a { background-color: #AD99BB; }
a { background-color: rgb(173,153,187); }
div.DivClassName
{
background-color: #AD99BB;
}
.BgClassName
{
background-color: #AD99BB;
}
</style>
border-color css
<style>
span { border-color: #AD99BB; }
span { border-color: rgb(173,153,187); }
td.TdClassName
{
border-color: #AD99BB;
}
.TagClassName
{
border-color: #AD99BB;
}
</style>