Shades of East Side #AD88C7
Tints of East Side #AD88C7
RGB
CMYK
RGB Variations
Color information
#AD88C7 (or 0xAD88C7) is known color: East Side. HEX triplet: AD, 88 and C7. RGB value is (173,136,199). Sum of RGB (Red+Green+Blue) = 173+136+199=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD88C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C7 is #527738. Grayscale: #9A9A9A. Windows color (decimal): -5404473 or 13076653. OLE color: 13076653.
HSL color Cylindrical-coordinate representation of color #AD88C7: hue angle of 275.24º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD88C7 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 136 | 199 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.22 |
| HSL | 275.24º | 0.36% | 0.66% | - |
| HSV(B) | 275.24º | 0.32% | 0.78% | - |
| XYZ | 36.35 | 30.62 | 58.03 | - |
| YUV | 154.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 199 | 0.13 | 0.32 | 0 | 0.22 | 275.24 | 0.36 | 0.66 |
| Hex | AD | 88 | C7 | D | 20 | 0 | 16 | 113 | 24 | 42 |
| Octal | 255 | 210 | 307 | 15 | 40 | 0 | 26 | 423 | 44 | 102 |
| Binary | 10101101 | 10001000 | 11000111 | 1101 | 100000 | 0 | 10110 | 100010011 | 100100 | 1000010 |
Color Harmonies of #AD88C7
Complementary color
Monochromatic Colors of #AD88C7
Black with #AD88C7
Text Example
Text Example
White with #AD88C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88C7; }
p { color: rgb(173,136,199); }
H1.HeaderClassName
{
color: #AD88C7;
}
.AnyTagClassName
{
color: #AD88C7;
}
</style>
background-color css
<style>
a { background-color: #AD88C7; }
a { background-color: rgb(173,136,199); }
div.DivClassName
{
background-color: #AD88C7;
}
.BgClassName
{
background-color: #AD88C7;
}
</style>
border-color css
<style>
span { border-color: #AD88C7; }
span { border-color: rgb(173,136,199); }
td.TdClassName
{
border-color: #AD88C7;
}
.TagClassName
{
border-color: #AD88C7;
}
</style>