Shades of East Side #AD8ABA
Tints of East Side #AD8ABA
RGB
CMYK
RGB Variations
Color information
#AD8ABA (or 0xAD8ABA) is known color: East Side. HEX triplet: AD, 8A and BA. RGB value is (173,138,186). Sum of RGB (Red+Green+Blue) = 173+138+186=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ABA is #527545. Grayscale: #999999. Windows color (decimal): -5403974 or 12225197. OLE color: 12225197.
HSL color Cylindrical-coordinate representation of color #AD8ABA: hue angle of 283.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8ABA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 138 | 186 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.27 |
| HSL | 283.75º | 0.26% | 0.64% | - |
| HSV(B) | 283.75º | 0.26% | 0.73% | - |
| XYZ | 35.18 | 30.61 | 50.51 | - |
| YUV | 153.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 186 | 0.07 | 0.26 | 0 | 0.27 | 283.75 | 0.26 | 0.64 |
| Hex | AD | 8A | BA | 7 | 1A | 0 | 1B | 11C | 1A | 40 |
| Octal | 255 | 212 | 272 | 7 | 32 | 0 | 33 | 434 | 32 | 100 |
| Binary | 10101101 | 10001010 | 10111010 | 111 | 11010 | 0 | 11011 | 100011100 | 11010 | 1000000 |
Color Harmonies of #AD8ABA
Complementary color
Monochromatic Colors of #AD8ABA
Black with #AD8ABA
Text Example
Text Example
White with #AD8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8ABA; }
p { color: rgb(173,138,186); }
H1.HeaderClassName
{
color: #AD8ABA;
}
.AnyTagClassName
{
color: #AD8ABA;
}
</style>
background-color css
<style>
a { background-color: #AD8ABA; }
a { background-color: rgb(173,138,186); }
div.DivClassName
{
background-color: #AD8ABA;
}
.BgClassName
{
background-color: #AD8ABA;
}
</style>
border-color css
<style>
span { border-color: #AD8ABA; }
span { border-color: rgb(173,138,186); }
td.TdClassName
{
border-color: #AD8ABA;
}
.TagClassName
{
border-color: #AD8ABA;
}
</style>