Shades of East Side #AD88BE
Tints of East Side #AD88BE
RGB
CMYK
RGB Variations
Color information
#AD88BE (or 0xAD88BE) is known color: East Side. HEX triplet: AD, 88 and BE. RGB value is (173,136,190). Sum of RGB (Red+Green+Blue) = 173+136+190=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88BE is #527741. Grayscale: #999999. Windows color (decimal): -5404482 or 12486829. OLE color: 12486829.
HSL color Cylindrical-coordinate representation of color #AD88BE: hue angle of 281.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD88BE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 136 | 190 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.25 |
| HSL | 281.11º | 0.29% | 0.64% | - |
| HSV(B) | 281.11º | 0.28% | 0.75% | - |
| XYZ | 35.33 | 30.21 | 52.68 | - |
| YUV | 153.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 190 | 0.09 | 0.28 | 0 | 0.25 | 281.11 | 0.29 | 0.64 |
| Hex | AD | 88 | BE | 9 | 1C | 0 | 19 | 119 | 1D | 40 |
| Octal | 255 | 210 | 276 | 11 | 34 | 0 | 31 | 431 | 35 | 100 |
| Binary | 10101101 | 10001000 | 10111110 | 1001 | 11100 | 0 | 11001 | 100011001 | 11101 | 1000000 |
Color Harmonies of #AD88BE
Complementary color
Monochromatic Colors of #AD88BE
Black with #AD88BE
Text Example
Text Example
White with #AD88BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88BE; }
p { color: rgb(173,136,190); }
H1.HeaderClassName
{
color: #AD88BE;
}
.AnyTagClassName
{
color: #AD88BE;
}
</style>
background-color css
<style>
a { background-color: #AD88BE; }
a { background-color: rgb(173,136,190); }
div.DivClassName
{
background-color: #AD88BE;
}
.BgClassName
{
background-color: #AD88BE;
}
</style>
border-color css
<style>
span { border-color: #AD88BE; }
span { border-color: rgb(173,136,190); }
td.TdClassName
{
border-color: #AD88BE;
}
.TagClassName
{
border-color: #AD88BE;
}
</style>