Shades of East Side #A186AD
Tints of East Side #A186AD
RGB
CMYK
RGB Variations
Color information
#A186AD (or 0xA186AD) is known color: East Side. HEX triplet: A1, 86 and AD. RGB value is (161,134,173). Sum of RGB (Red+Green+Blue) = 161+134+173=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #A186AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A186AD is #5E7952. Grayscale: #929292. Windows color (decimal): -6191443 or 11372193. OLE color: 11372193.
HSL color Cylindrical-coordinate representation of color #A186AD: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A186AD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 134 | 173 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.32 |
| HSL | 281.54º | 0.19% | 0.6% | - |
| HSV(B) | 281.54º | 0.23% | 0.68% | - |
| XYZ | 30.77 | 27.64 | 43.25 | - |
| YUV | 146.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 173 | 0.07 | 0.23 | 0 | 0.32 | 281.54 | 0.19 | 0.6 |
| Hex | A1 | 86 | AD | 7 | 17 | 0 | 20 | 11A | 13 | 3C |
| Octal | 241 | 206 | 255 | 7 | 27 | 0 | 40 | 432 | 23 | 74 |
| Binary | 10100001 | 10000110 | 10101101 | 111 | 10111 | 0 | 100000 | 100011010 | 10011 | 111100 |
Color Harmonies of #A186AD
Complementary color
Monochromatic Colors of #A186AD
Black with #A186AD
Text Example
Text Example
White with #A186AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A186AD; }
p { color: rgb(161,134,173); }
H1.HeaderClassName
{
color: #A186AD;
}
.AnyTagClassName
{
color: #A186AD;
}
</style>
background-color css
<style>
a { background-color: #A186AD; }
a { background-color: rgb(161,134,173); }
div.DivClassName
{
background-color: #A186AD;
}
.BgClassName
{
background-color: #A186AD;
}
</style>
border-color css
<style>
span { border-color: #A186AD; }
span { border-color: rgb(161,134,173); }
td.TdClassName
{
border-color: #A186AD;
}
.TagClassName
{
border-color: #A186AD;
}
</style>