Shades of East Side #AD88C1
Tints of East Side #AD88C1
RGB
CMYK
RGB Variations
Color information
#AD88C1 (or 0xAD88C1) is known color: East Side. HEX triplet: AD, 88 and C1. RGB value is (173,136,193). Sum of RGB (Red+Green+Blue) = 173+136+193=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD88C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C1 is #52773E. Grayscale: #999999. Windows color (decimal): -5404479 or 12683437. OLE color: 12683437.
HSL color Cylindrical-coordinate representation of color #AD88C1: hue angle of 278.95º degrees, saturation: 0.31, 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 #AD88C1 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 136 | 193 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.24 |
| HSL | 278.95º | 0.31% | 0.65% | - |
| HSV(B) | 278.95º | 0.3% | 0.76% | - |
| XYZ | 35.66 | 30.34 | 54.43 | - |
| YUV | 153.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 193 | 0.10 | 0.30 | 0 | 0.24 | 278.95 | 0.31 | 0.65 |
| Hex | AD | 88 | C1 | A | 1E | 0 | 18 | 117 | 1F | 41 |
| Octal | 255 | 210 | 301 | 12 | 36 | 0 | 30 | 427 | 37 | 101 |
| Binary | 10101101 | 10001000 | 11000001 | 1010 | 11110 | 0 | 11000 | 100010111 | 11111 | 1000001 |
Color Harmonies of #AD88C1
Complementary color
Monochromatic Colors of #AD88C1
Black with #AD88C1
Text Example
Text Example
White with #AD88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88C1; }
p { color: rgb(173,136,193); }
H1.HeaderClassName
{
color: #AD88C1;
}
.AnyTagClassName
{
color: #AD88C1;
}
</style>
background-color css
<style>
a { background-color: #AD88C1; }
a { background-color: rgb(173,136,193); }
div.DivClassName
{
background-color: #AD88C1;
}
.BgClassName
{
background-color: #AD88C1;
}
</style>
border-color css
<style>
span { border-color: #AD88C1; }
span { border-color: rgb(173,136,193); }
td.TdClassName
{
border-color: #AD88C1;
}
.TagClassName
{
border-color: #AD88C1;
}
</style>