Shades of East Side #AD8AC0
Tints of East Side #AD8AC0
RGB
CMYK
RGB Variations
Color information
#AD8AC0 (or 0xAD8AC0) is known color: East Side. HEX triplet: AD, 8A and C0. RGB value is (173,138,192). Sum of RGB (Red+Green+Blue) = 173+138+192=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD8AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AC0 is #52753F. Grayscale: #9A9A9A. Windows color (decimal): -5403968 or 12618413. OLE color: 12618413.
HSL color Cylindrical-coordinate representation of color #AD8AC0: hue angle of 278.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD8AC0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 138 | 192 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.25 |
| HSL | 278.89º | 0.3% | 0.65% | - |
| HSV(B) | 278.89º | 0.28% | 0.75% | - |
| XYZ | 35.84 | 30.87 | 53.94 | - |
| YUV | 154.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 192 | 0.10 | 0.28 | 0 | 0.25 | 278.89 | 0.3 | 0.65 |
| Hex | AD | 8A | C0 | A | 1C | 0 | 19 | 117 | 1E | 41 |
| Octal | 255 | 212 | 300 | 12 | 34 | 0 | 31 | 427 | 36 | 101 |
| Binary | 10101101 | 10001010 | 11000000 | 1010 | 11100 | 0 | 11001 | 100010111 | 11110 | 1000001 |
Color Harmonies of #AD8AC0
Complementary color
Monochromatic Colors of #AD8AC0
Black with #AD8AC0
Text Example
Text Example
White with #AD8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AC0; }
p { color: rgb(173,138,192); }
H1.HeaderClassName
{
color: #AD8AC0;
}
.AnyTagClassName
{
color: #AD8AC0;
}
</style>
background-color css
<style>
a { background-color: #AD8AC0; }
a { background-color: rgb(173,138,192); }
div.DivClassName
{
background-color: #AD8AC0;
}
.BgClassName
{
background-color: #AD8AC0;
}
</style>
border-color css
<style>
span { border-color: #AD8AC0; }
span { border-color: rgb(173,138,192); }
td.TdClassName
{
border-color: #AD8AC0;
}
.TagClassName
{
border-color: #AD8AC0;
}
</style>