Shades of East Side #AD8CC8
Tints of East Side #AD8CC8
RGB
CMYK
RGB Variations
Color information
#AD8CC8 (or 0xAD8CC8) is known color: East Side. HEX triplet: AD, 8C and C8. RGB value is (173,140,200). Sum of RGB (Red+Green+Blue) = 173+140+200=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD8CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CC8 is #527337. Grayscale: #9C9C9C. Windows color (decimal): -5403448 or 13143213. OLE color: 13143213.
HSL color Cylindrical-coordinate representation of color #AD8CC8: hue angle of 273º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8CC8 is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 140 | 200 | - |
| CMYK | 0.14 | 0.3 | 0 | 0.22 |
| HSL | 273º | 0.35% | 0.67% | - |
| HSV(B) | 273º | 0.3% | 0.78% | - |
| XYZ | 37.04 | 31.81 | 58.83 | - |
| YUV | 156.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 200 | 0.14 | 0.3 | 0 | 0.22 | 273 | 0.35 | 0.67 |
| Hex | AD | 8C | C8 | E | 1E | 0 | 16 | 111 | 23 | 43 |
| Octal | 255 | 214 | 310 | 16 | 36 | 0 | 26 | 421 | 43 | 103 |
| Binary | 10101101 | 10001100 | 11001000 | 1110 | 11110 | 0 | 10110 | 100010001 | 100011 | 1000011 |
Color Harmonies of #AD8CC8
Complementary color
Monochromatic Colors of #AD8CC8
Black with #AD8CC8
Text Example
Text Example
White with #AD8CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CC8; }
p { color: rgb(173,140,200); }
H1.HeaderClassName
{
color: #AD8CC8;
}
.AnyTagClassName
{
color: #AD8CC8;
}
</style>
background-color css
<style>
a { background-color: #AD8CC8; }
a { background-color: rgb(173,140,200); }
div.DivClassName
{
background-color: #AD8CC8;
}
.BgClassName
{
background-color: #AD8CC8;
}
</style>
border-color css
<style>
span { border-color: #AD8CC8; }
span { border-color: rgb(173,140,200); }
td.TdClassName
{
border-color: #AD8CC8;
}
.TagClassName
{
border-color: #AD8CC8;
}
</style>