Shades of East Side #AD88C2
Tints of East Side #AD88C2
RGB
CMYK
RGB Variations
Color information
#AD88C2 (or 0xAD88C2) is known color: East Side. HEX triplet: AD, 88 and C2. RGB value is (173,136,194). Sum of RGB (Red+Green+Blue) = 173+136+194=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD88C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C2 is #52773D. Grayscale: #999999. Windows color (decimal): -5404478 or 12748973. OLE color: 12748973.
HSL color Cylindrical-coordinate representation of color #AD88C2: hue angle of 278.28º degrees, saturation: 0.32, 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 #AD88C2 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 136 | 194 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.24 |
| HSL | 278.28º | 0.32% | 0.65% | - |
| HSV(B) | 278.28º | 0.3% | 0.76% | - |
| XYZ | 35.78 | 30.39 | 55.02 | - |
| YUV | 153.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 194 | 0.11 | 0.30 | 0 | 0.24 | 278.28 | 0.32 | 0.65 |
| Hex | AD | 88 | C2 | B | 1E | 0 | 18 | 116 | 20 | 41 |
| Octal | 255 | 210 | 302 | 13 | 36 | 0 | 30 | 426 | 40 | 101 |
| Binary | 10101101 | 10001000 | 11000010 | 1011 | 11110 | 0 | 11000 | 100010110 | 100000 | 1000001 |
Color Harmonies of #AD88C2
Complementary color
Monochromatic Colors of #AD88C2
Black with #AD88C2
Text Example
Text Example
White with #AD88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88C2; }
p { color: rgb(173,136,194); }
H1.HeaderClassName
{
color: #AD88C2;
}
.AnyTagClassName
{
color: #AD88C2;
}
</style>
background-color css
<style>
a { background-color: #AD88C2; }
a { background-color: rgb(173,136,194); }
div.DivClassName
{
background-color: #AD88C2;
}
.BgClassName
{
background-color: #AD88C2;
}
</style>
border-color css
<style>
span { border-color: #AD88C2; }
span { border-color: rgb(173,136,194); }
td.TdClassName
{
border-color: #AD88C2;
}
.TagClassName
{
border-color: #AD88C2;
}
</style>