Shades of East Side #AD88C3
Tints of East Side #AD88C3
RGB
CMYK
RGB Variations
Color information
#AD88C3 (or 0xAD88C3) is known color: East Side. HEX triplet: AD, 88 and C3. RGB value is (173,136,195). Sum of RGB (Red+Green+Blue) = 173+136+195=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD88C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C3 is #52773C. Grayscale: #999999. Windows color (decimal): -5404477 or 12814509. OLE color: 12814509.
HSL color Cylindrical-coordinate representation of color #AD88C3: hue angle of 277.63º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD88C3 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 136 | 195 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.24 |
| HSL | 277.63º | 0.33% | 0.65% | - |
| HSV(B) | 277.63º | 0.3% | 0.76% | - |
| XYZ | 35.89 | 30.43 | 55.61 | - |
| YUV | 153.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 195 | 0.11 | 0.30 | 0 | 0.24 | 277.63 | 0.33 | 0.65 |
| Hex | AD | 88 | C3 | B | 1E | 0 | 18 | 116 | 21 | 41 |
| Octal | 255 | 210 | 303 | 13 | 36 | 0 | 30 | 426 | 41 | 101 |
| Binary | 10101101 | 10001000 | 11000011 | 1011 | 11110 | 0 | 11000 | 100010110 | 100001 | 1000001 |
Color Harmonies of #AD88C3
Complementary color
Monochromatic Colors of #AD88C3
Black with #AD88C3
Text Example
Text Example
White with #AD88C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88C3; }
p { color: rgb(173,136,195); }
H1.HeaderClassName
{
color: #AD88C3;
}
.AnyTagClassName
{
color: #AD88C3;
}
</style>
background-color css
<style>
a { background-color: #AD88C3; }
a { background-color: rgb(173,136,195); }
div.DivClassName
{
background-color: #AD88C3;
}
.BgClassName
{
background-color: #AD88C3;
}
</style>
border-color css
<style>
span { border-color: #AD88C3; }
span { border-color: rgb(173,136,195); }
td.TdClassName
{
border-color: #AD88C3;
}
.TagClassName
{
border-color: #AD88C3;
}
</style>