Shades of East Side #AD8BCC
Tints of East Side #AD8BCC
RGB
CMYK
RGB Variations
Color information
#AD8BCC (or 0xAD8BCC) is known color: East Side. HEX triplet: AD, 8B and CC. RGB value is (173,139,204). Sum of RGB (Red+Green+Blue) = 173+139+204=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BCC is #527433. Grayscale: #9C9C9C. Windows color (decimal): -5403700 or 13405101. OLE color: 13405101.
HSL color Cylindrical-coordinate representation of color #AD8BCC: hue angle of 271.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8BCC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 139 | 204 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.2 |
| HSL | 271.38º | 0.39% | 0.67% | - |
| HSV(B) | 271.38º | 0.32% | 0.8% | - |
| XYZ | 37.37 | 31.71 | 61.28 | - |
| YUV | 156.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 204 | 0.15 | 0.32 | 0 | 0.2 | 271.38 | 0.39 | 0.67 |
| Hex | AD | 8B | CC | F | 20 | 0 | 14 | 10F | 27 | 43 |
| Octal | 255 | 213 | 314 | 17 | 40 | 0 | 24 | 417 | 47 | 103 |
| Binary | 10101101 | 10001011 | 11001100 | 1111 | 100000 | 0 | 10100 | 100001111 | 100111 | 1000011 |
Color Harmonies of #AD8BCC
Complementary color
Monochromatic Colors of #AD8BCC
Black with #AD8BCC
Text Example
Text Example
White with #AD8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BCC; }
p { color: rgb(173,139,204); }
H1.HeaderClassName
{
color: #AD8BCC;
}
.AnyTagClassName
{
color: #AD8BCC;
}
</style>
background-color css
<style>
a { background-color: #AD8BCC; }
a { background-color: rgb(173,139,204); }
div.DivClassName
{
background-color: #AD8BCC;
}
.BgClassName
{
background-color: #AD8BCC;
}
</style>
border-color css
<style>
span { border-color: #AD8BCC; }
span { border-color: rgb(173,139,204); }
td.TdClassName
{
border-color: #AD8BCC;
}
.TagClassName
{
border-color: #AD8BCC;
}
</style>