Shades of East Side #AD8DC7
Tints of East Side #AD8DC7
RGB
CMYK
RGB Variations
Color information
#AD8DC7 (or 0xAD8DC7) is known color: East Side. HEX triplet: AD, 8D and C7. RGB value is (173,141,199). Sum of RGB (Red+Green+Blue) = 173+141+199=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD8DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DC7 is #527238. Grayscale: #9C9C9C. Windows color (decimal): -5403193 or 13077933. OLE color: 13077933.
HSL color Cylindrical-coordinate representation of color #AD8DC7: hue angle of 273.1º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD8DC7 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 141 | 199 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.22 |
| HSL | 273.1º | 0.34% | 0.67% | - |
| HSV(B) | 273.1º | 0.29% | 0.78% | - |
| XYZ | 37.07 | 32.06 | 58.27 | - |
| YUV | 157.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 199 | 0.13 | 0.29 | 0 | 0.22 | 273.1 | 0.34 | 0.67 |
| Hex | AD | 8D | C7 | D | 1D | 0 | 16 | 111 | 22 | 43 |
| Octal | 255 | 215 | 307 | 15 | 35 | 0 | 26 | 421 | 42 | 103 |
| Binary | 10101101 | 10001101 | 11000111 | 1101 | 11101 | 0 | 10110 | 100010001 | 100010 | 1000011 |
Color Harmonies of #AD8DC7
Complementary color
Monochromatic Colors of #AD8DC7
Black with #AD8DC7
Text Example
Text Example
White with #AD8DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DC7; }
p { color: rgb(173,141,199); }
H1.HeaderClassName
{
color: #AD8DC7;
}
.AnyTagClassName
{
color: #AD8DC7;
}
</style>
background-color css
<style>
a { background-color: #AD8DC7; }
a { background-color: rgb(173,141,199); }
div.DivClassName
{
background-color: #AD8DC7;
}
.BgClassName
{
background-color: #AD8DC7;
}
</style>
border-color css
<style>
span { border-color: #AD8DC7; }
span { border-color: rgb(173,141,199); }
td.TdClassName
{
border-color: #AD8DC7;
}
.TagClassName
{
border-color: #AD8DC7;
}
</style>