Shades of East Side #AD99BD
Tints of East Side #AD99BD
RGB
CMYK
RGB Variations
Color information
#AD99BD (or 0xAD99BD) is known color: East Side. HEX triplet: AD, 99 and BD. RGB value is (173,153,189). Sum of RGB (Red+Green+Blue) = 173+153+189=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BD is #526642. Grayscale: #A2A2A2. Windows color (decimal): -5400131 or 12425645. OLE color: 12425645.
HSL color Cylindrical-coordinate representation of color #AD99BD: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD99BD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 153 | 189 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.26 |
| HSL | 273.33º | 0.21% | 0.67% | - |
| HSV(B) | 273.33º | 0.19% | 0.74% | - |
| XYZ | 37.81 | 35.34 | 52.97 | - |
| YUV | 163.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 189 | 0.08 | 0.19 | 0 | 0.26 | 273.33 | 0.21 | 0.67 |
| Hex | AD | 99 | BD | 8 | 13 | 0 | 1A | 111 | 15 | 43 |
| Octal | 255 | 231 | 275 | 10 | 23 | 0 | 32 | 421 | 25 | 103 |
| Binary | 10101101 | 10011001 | 10111101 | 1000 | 10011 | 0 | 11010 | 100010001 | 10101 | 1000011 |
Color Harmonies of #AD99BD
Complementary color
Monochromatic Colors of #AD99BD
Black with #AD99BD
Text Example
Text Example
White with #AD99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99BD; }
p { color: rgb(173,153,189); }
H1.HeaderClassName
{
color: #AD99BD;
}
.AnyTagClassName
{
color: #AD99BD;
}
</style>
background-color css
<style>
a { background-color: #AD99BD; }
a { background-color: rgb(173,153,189); }
div.DivClassName
{
background-color: #AD99BD;
}
.BgClassName
{
background-color: #AD99BD;
}
</style>
border-color css
<style>
span { border-color: #AD99BD; }
span { border-color: rgb(173,153,189); }
td.TdClassName
{
border-color: #AD99BD;
}
.TagClassName
{
border-color: #AD99BD;
}
</style>