Shades of East Side #AD8CC5
Tints of East Side #AD8CC5
RGB
CMYK
RGB Variations
Color information
#AD8CC5 (or 0xAD8CC5) is known color: East Side. HEX triplet: AD, 8C and C5. RGB value is (173,140,197). Sum of RGB (Red+Green+Blue) = 173+140+197=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD8CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CC5 is #52733A. Grayscale: #9C9C9C. Windows color (decimal): -5403451 or 12946605. OLE color: 12946605.
HSL color Cylindrical-coordinate representation of color #AD8CC5: hue angle of 274.74º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD8CC5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 140 | 197 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.23 |
| HSL | 274.74º | 0.33% | 0.66% | - |
| HSV(B) | 274.74º | 0.29% | 0.77% | - |
| XYZ | 36.69 | 31.67 | 57 | - |
| YUV | 156.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 197 | 0.12 | 0.29 | 0 | 0.23 | 274.74 | 0.33 | 0.66 |
| Hex | AD | 8C | C5 | C | 1D | 0 | 17 | 113 | 21 | 42 |
| Octal | 255 | 214 | 305 | 14 | 35 | 0 | 27 | 423 | 41 | 102 |
| Binary | 10101101 | 10001100 | 11000101 | 1100 | 11101 | 0 | 10111 | 100010011 | 100001 | 1000010 |
Color Harmonies of #AD8CC5
Complementary color
Monochromatic Colors of #AD8CC5
Black with #AD8CC5
Text Example
Text Example
White with #AD8CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CC5; }
p { color: rgb(173,140,197); }
H1.HeaderClassName
{
color: #AD8CC5;
}
.AnyTagClassName
{
color: #AD8CC5;
}
</style>
background-color css
<style>
a { background-color: #AD8CC5; }
a { background-color: rgb(173,140,197); }
div.DivClassName
{
background-color: #AD8CC5;
}
.BgClassName
{
background-color: #AD8CC5;
}
</style>
border-color css
<style>
span { border-color: #AD8CC5; }
span { border-color: rgb(173,140,197); }
td.TdClassName
{
border-color: #AD8CC5;
}
.TagClassName
{
border-color: #AD8CC5;
}
</style>