Shades of East Side #AD88C6
Tints of East Side #AD88C6
RGB
CMYK
RGB Variations
Color information
#AD88C6 (or 0xAD88C6) is known color: East Side. HEX triplet: AD, 88 and C6. RGB value is (173,136,198). Sum of RGB (Red+Green+Blue) = 173+136+198=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD88C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C6 is #527739. Grayscale: #999999. Windows color (decimal): -5404474 or 13011117. OLE color: 13011117.
HSL color Cylindrical-coordinate representation of color #AD88C6: hue angle of 275.81º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD88C6 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 136 | 198 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.22 |
| HSL | 275.81º | 0.35% | 0.65% | - |
| HSV(B) | 275.81º | 0.31% | 0.78% | - |
| XYZ | 36.23 | 30.57 | 57.42 | - |
| YUV | 154.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 198 | 0.13 | 0.31 | 0 | 0.22 | 275.81 | 0.35 | 0.65 |
| Hex | AD | 88 | C6 | D | 1F | 0 | 16 | 114 | 23 | 41 |
| Octal | 255 | 210 | 306 | 15 | 37 | 0 | 26 | 424 | 43 | 101 |
| Binary | 10101101 | 10001000 | 11000110 | 1101 | 11111 | 0 | 10110 | 100010100 | 100011 | 1000001 |
Color Harmonies of #AD88C6
Complementary color
Monochromatic Colors of #AD88C6
Black with #AD88C6
Text Example
Text Example
White with #AD88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88C6; }
p { color: rgb(173,136,198); }
H1.HeaderClassName
{
color: #AD88C6;
}
.AnyTagClassName
{
color: #AD88C6;
}
</style>
background-color css
<style>
a { background-color: #AD88C6; }
a { background-color: rgb(173,136,198); }
div.DivClassName
{
background-color: #AD88C6;
}
.BgClassName
{
background-color: #AD88C6;
}
</style>
border-color css
<style>
span { border-color: #AD88C6; }
span { border-color: rgb(173,136,198); }
td.TdClassName
{
border-color: #AD88C6;
}
.TagClassName
{
border-color: #AD88C6;
}
</style>