Shades of East Side #AD88CB
Tints of East Side #AD88CB
RGB
CMYK
RGB Variations
Color information
#AD88CB (or 0xAD88CB) is known color: East Side. HEX triplet: AD, 88 and CB. RGB value is (173,136,203). Sum of RGB (Red+Green+Blue) = 173+136+203=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88CB is #527734. Grayscale: #9A9A9A. Windows color (decimal): -5404469 or 13338797. OLE color: 13338797.
HSL color Cylindrical-coordinate representation of color #AD88CB: hue angle of 273.13º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD88CB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 136 | 203 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.20 |
| HSL | 273.13º | 0.39% | 0.66% | - |
| HSV(B) | 273.13º | 0.33% | 0.8% | - |
| XYZ | 36.82 | 30.8 | 60.51 | - |
| YUV | 154.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 203 | 0.15 | 0.33 | 0 | 0.20 | 273.13 | 0.39 | 0.66 |
| Hex | AD | 88 | CB | F | 21 | 0 | 14 | 111 | 27 | 42 |
| Octal | 255 | 210 | 313 | 17 | 41 | 0 | 24 | 421 | 47 | 102 |
| Binary | 10101101 | 10001000 | 11001011 | 1111 | 100001 | 0 | 10100 | 100010001 | 100111 | 1000010 |
Color Harmonies of #AD88CB
Complementary color
Monochromatic Colors of #AD88CB
Black with #AD88CB
Text Example
Text Example
White with #AD88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88CB; }
p { color: rgb(173,136,203); }
H1.HeaderClassName
{
color: #AD88CB;
}
.AnyTagClassName
{
color: #AD88CB;
}
</style>
background-color css
<style>
a { background-color: #AD88CB; }
a { background-color: rgb(173,136,203); }
div.DivClassName
{
background-color: #AD88CB;
}
.BgClassName
{
background-color: #AD88CB;
}
</style>
border-color css
<style>
span { border-color: #AD88CB; }
span { border-color: rgb(173,136,203); }
td.TdClassName
{
border-color: #AD88CB;
}
.TagClassName
{
border-color: #AD88CB;
}
</style>