Shades of East Side #AD8CCC
Tints of East Side #AD8CCC
RGB
CMYK
RGB Variations
Color information
#AD8CCC (or 0xAD8CCC) is known color: East Side. HEX triplet: AD, 8C and CC. RGB value is (173,140,204). Sum of RGB (Red+Green+Blue) = 173+140+204=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CCC is #527333. Grayscale: #9C9C9C. Windows color (decimal): -5403444 or 13405357. OLE color: 13405357.
HSL color Cylindrical-coordinate representation of color #AD8CCC: hue angle of 270.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8CCC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 140 | 204 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.2 |
| HSL | 270.94º | 0.39% | 0.67% | - |
| HSV(B) | 270.94º | 0.31% | 0.8% | - |
| XYZ | 37.51 | 32 | 61.33 | - |
| YUV | 157.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 204 | 0.15 | 0.31 | 0 | 0.2 | 270.94 | 0.39 | 0.67 |
| Hex | AD | 8C | CC | F | 1F | 0 | 14 | 10F | 27 | 43 |
| Octal | 255 | 214 | 314 | 17 | 37 | 0 | 24 | 417 | 47 | 103 |
| Binary | 10101101 | 10001100 | 11001100 | 1111 | 11111 | 0 | 10100 | 100001111 | 100111 | 1000011 |
Color Harmonies of #AD8CCC
Complementary color
Monochromatic Colors of #AD8CCC
Black with #AD8CCC
Text Example
Text Example
White with #AD8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CCC; }
p { color: rgb(173,140,204); }
H1.HeaderClassName
{
color: #AD8CCC;
}
.AnyTagClassName
{
color: #AD8CCC;
}
</style>
background-color css
<style>
a { background-color: #AD8CCC; }
a { background-color: rgb(173,140,204); }
div.DivClassName
{
background-color: #AD8CCC;
}
.BgClassName
{
background-color: #AD8CCC;
}
</style>
border-color css
<style>
span { border-color: #AD8CCC; }
span { border-color: rgb(173,140,204); }
td.TdClassName
{
border-color: #AD8CCC;
}
.TagClassName
{
border-color: #AD8CCC;
}
</style>