Shades of East Side #AD8BC5
Tints of East Side #AD8BC5
RGB
CMYK
RGB Variations
Color information
#AD8BC5 (or 0xAD8BC5) is known color: East Side. HEX triplet: AD, 8B and C5. RGB value is (173,139,197). Sum of RGB (Red+Green+Blue) = 173+139+197=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD8BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BC5 is #52743A. Grayscale: #9B9B9B. Windows color (decimal): -5403707 or 12946349. OLE color: 12946349.
HSL color Cylindrical-coordinate representation of color #AD8BC5: hue angle of 275.17º 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 #AD8BC5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 139 | 197 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.23 |
| HSL | 275.17º | 0.33% | 0.66% | - |
| HSV(B) | 275.17º | 0.29% | 0.77% | - |
| XYZ | 36.54 | 31.38 | 56.95 | - |
| YUV | 155.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 197 | 0.12 | 0.29 | 0 | 0.23 | 275.17 | 0.33 | 0.66 |
| Hex | AD | 8B | C5 | C | 1D | 0 | 17 | 113 | 21 | 42 |
| Octal | 255 | 213 | 305 | 14 | 35 | 0 | 27 | 423 | 41 | 102 |
| Binary | 10101101 | 10001011 | 11000101 | 1100 | 11101 | 0 | 10111 | 100010011 | 100001 | 1000010 |
Color Harmonies of #AD8BC5
Complementary color
Monochromatic Colors of #AD8BC5
Black with #AD8BC5
Text Example
Text Example
White with #AD8BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BC5; }
p { color: rgb(173,139,197); }
H1.HeaderClassName
{
color: #AD8BC5;
}
.AnyTagClassName
{
color: #AD8BC5;
}
</style>
background-color css
<style>
a { background-color: #AD8BC5; }
a { background-color: rgb(173,139,197); }
div.DivClassName
{
background-color: #AD8BC5;
}
.BgClassName
{
background-color: #AD8BC5;
}
</style>
border-color css
<style>
span { border-color: #AD8BC5; }
span { border-color: rgb(173,139,197); }
td.TdClassName
{
border-color: #AD8BC5;
}
.TagClassName
{
border-color: #AD8BC5;
}
</style>