Shades of East Side #AD8CC0
Tints of East Side #AD8CC0
RGB
CMYK
RGB Variations
Color information
#AD8CC0 (or 0xAD8CC0) is known color: East Side. HEX triplet: AD, 8C and C0. RGB value is (173,140,192). Sum of RGB (Red+Green+Blue) = 173+140+192=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD8CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CC0 is #52733F. Grayscale: #9B9B9B. Windows color (decimal): -5403456 or 12618925. OLE color: 12618925.
HSL color Cylindrical-coordinate representation of color #AD8CC0: hue angle of 278.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8CC0 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 140 | 192 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.25 |
| HSL | 278.08º | 0.29% | 0.65% | - |
| HSV(B) | 278.08º | 0.27% | 0.75% | - |
| XYZ | 36.13 | 31.45 | 54.03 | - |
| YUV | 155.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 192 | 0.10 | 0.27 | 0 | 0.25 | 278.08 | 0.29 | 0.65 |
| Hex | AD | 8C | C0 | A | 1B | 0 | 19 | 116 | 1D | 41 |
| Octal | 255 | 214 | 300 | 12 | 33 | 0 | 31 | 426 | 35 | 101 |
| Binary | 10101101 | 10001100 | 11000000 | 1010 | 11011 | 0 | 11001 | 100010110 | 11101 | 1000001 |
Color Harmonies of #AD8CC0
Complementary color
Monochromatic Colors of #AD8CC0
Black with #AD8CC0
Text Example
Text Example
White with #AD8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CC0; }
p { color: rgb(173,140,192); }
H1.HeaderClassName
{
color: #AD8CC0;
}
.AnyTagClassName
{
color: #AD8CC0;
}
</style>
background-color css
<style>
a { background-color: #AD8CC0; }
a { background-color: rgb(173,140,192); }
div.DivClassName
{
background-color: #AD8CC0;
}
.BgClassName
{
background-color: #AD8CC0;
}
</style>
border-color css
<style>
span { border-color: #AD8CC0; }
span { border-color: rgb(173,140,192); }
td.TdClassName
{
border-color: #AD8CC0;
}
.TagClassName
{
border-color: #AD8CC0;
}
</style>